From a5c285d7fd046c862ef2ba11cd8bef71786db939 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Fri, 27 Aug 2010 06:46:29 +0000 Subject: Closed ticket #1107: iOS4 background feature * pjlib: * add support for activesock TCP to work in background mode. * add feature in ioqueue to recreate closed UDP sockets. * pjsip-apps: * ipjsua: add support for iPhone OS 4 background mode * ipjsystest: add support for iPhone OS 4 background mode git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3299 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index 05695f76..d6bdf57f 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -533,7 +533,7 @@ if test "$enable_sound" = "no"; then else case $target in arm-apple-darwin*) - LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox" + LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork" AC_MSG_RESULT([Checking sound device backend... AudioUnit]) ;; *darwin*) -- cgit v1.2.3