Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
c61a2b4b
Commit
c61a2b4b
authored
Apr 06, 2011
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix macosx compilation
parent
e91cae19
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.cproject
.cproject
+2
-1
gtk/linphone.h
gtk/linphone.h
+1
-0
mediastreamer2
mediastreamer2
+1
-1
No files found.
.cproject
View file @
c61a2b4b
...
...
@@ -211,13 +211,14 @@
<target
name=
"all"
path=
""
targetID=
"org.eclipse.cdt.build.MakeTargetBuilder"
>
<buildCommand>
make
</buildCommand>
<buildArguments/>
<buildTarget>
all
</buildTarget>
<buildTarget>
inst
all
</buildTarget>
<stopOnError>
true
</stopOnError>
<useDefaultCommand>
false
</useDefaultCommand>
<runAllBuilders>
true
</runAllBuilders>
</target>
<target
name=
"install"
path=
""
targetID=
"org.eclipse.cdt.build.MakeTargetBuilder"
>
<buildCommand>
make
</buildCommand>
<buildArguments/>
<buildTarget>
install
</buildTarget>
<stopOnError>
true
</stopOnError>
<useDefaultCommand>
true
</useDefaultCommand>
...
...
gtk/linphone.h
View file @
c61a2b4b
...
...
@@ -34,6 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# define _(String) gettext (String)
#else
# define _(String) (String)
# define ngettext(singular,plural,number) ((number>1) ? (plural) : (singular) )
#endif
#undef N_
...
...
mediastreamer2
@
59118356
Subproject commit
208f4f6e36444261ad96a62eada2c1abcdf344e2
Subproject commit
591183568886238180c1ae56df9650dd79c0fbaa
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment