Ignore:
Timestamp:
Aug 27, 2010 6:46:29 AM (14 years ago)
Author:
ming
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r3275 r3299  
    534534 case $target in 
    535535  arm-apple-darwin*) 
    536         LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox" 
     536        LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork" 
    537537        AC_MSG_RESULT([Checking sound device backend... AudioUnit]) 
    538538        ;; 
Note: See TracChangeset for help on using the changeset viewer.