update ISO audio for IOS 5

This commit is contained in:
Jehan Monnier 2011-10-14 16:06:27 +02:00
parent f04f19adde
commit ba992227d5
2 changed files with 13 additions and 4 deletions

View file

@ -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