Ignore:
Timestamp:
Jul 5, 2018 11:16:11 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Link AVFoundation framework for iOS build since it's required for using AVAudioSession.
Thanks to Sebastian Marek for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5814 r5819  
    715715        ;; 
    716716  *-apple-darwin_ios*) 
    717         LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 
     717        LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit -framework AVFoundation" 
    718718        ac_pjmedia_audiodev_objs="coreaudio_dev.o" 
    719719        AC_MSG_RESULT([Checking sound device backend... AudioUnit]) 
Note: See TracChangeset for help on using the changeset viewer.