mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
update ISO audio for IOS 5
This commit is contained in:
parent
f04f19adde
commit
ba992227d5
2 changed files with 13 additions and 4 deletions
15
m4/exosip.m4
15
m4/exosip.m4
|
|
@ -4,9 +4,18 @@ AC_REQUIRE([AC_CANONICAL_HOST])
|
|||
AC_REQUIRE([LP_CHECK_OSIP2])
|
||||
|
||||
|
||||
case $target_os in
|
||||
*darwin*)
|
||||
OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation "
|
||||
case $host_alias in
|
||||
i386-apple*)
|
||||
OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation -framework CFNetwork"
|
||||
;;
|
||||
armv6-apple*)
|
||||
OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation -framework CFNetwork"
|
||||
;;
|
||||
armv7-apple*)
|
||||
OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation -framework CFNetwork"
|
||||
;;
|
||||
x86_64-apple*)
|
||||
OSIP_LIBS="$OSIP_LIBS -framework CoreFoundation"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e62df330823c9efefaf314e894a6a7867f9ff76
|
||||
Subproject commit 4e245d3a00c55cc7120644adf5d97372224d2816
|
||||
Loading…
Add table
Reference in a new issue