forked from mirrors/linphone-iphone
fix compilation problems on macosx
This commit is contained in:
parent
52168e6938
commit
1fbfa824ae
3 changed files with 4 additions and 3 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#undef PARAMS
|
||||
/**************************************************************************
|
||||
*
|
||||
* Compile-time defines
|
||||
|
|
|
|||
|
|
@ -78,8 +78,9 @@ endif
|
|||
|
||||
AM_CFLAGS= -DIN_LINPHONE -I$(top_srcdir)/coreapi/ \
|
||||
-I$(top_srcdir)/mediastreamer2/include/ \
|
||||
$(ORTP_CFLAGS) \
|
||||
$(LIBGLADE_CFLAGS) $(STRICT_OPTIONS) $(LIBGTK_CFLAGS) $(IPV6_CFLAGS) \
|
||||
$(ORTP_CFLAGS) $(OSIP_CFLAGS)
|
||||
$(OSIP_CFLAGS)
|
||||
|
||||
|
||||
version_date.h: $(top_srcdir)/configure.in
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit aa90f1de02e1bdb32f0efb02a71e228659075204
|
||||
Subproject commit 2e18cdfe53230763907f3f9b55adeb4c16d396a7
|
||||
Loading…
Add table
Reference in a new issue