Changeset 5819
- Timestamp:
- Jul 5, 2018 11:16:11 AM (6 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5814 r5819 761 761 oldincludedir 762 762 includedir 763 runstatedir764 763 localstatedir 765 764 sharedstatedir … … 886 885 sharedstatedir='${prefix}/com' 887 886 localstatedir='${prefix}/var' 888 runstatedir='${localstatedir}/run'889 887 includedir='${prefix}/include' 890 888 oldincludedir='/usr/include' … … 1139 1137 silent=yes ;; 1140 1138 1141 -runstatedir | --runstatedir | --runstatedi | --runstated \1142 | --runstate | --runstat | --runsta | --runst | --runs \1143 | --run | --ru | --r)1144 ac_prev=runstatedir ;;1145 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \1146 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \1147 | --run=* | --ru=* | --r=*)1148 runstatedir=$ac_optarg ;;1149 1150 1139 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1151 1140 ac_prev=sbindir ;; … … 1285 1274 datadir sysconfdir sharedstatedir localstatedir includedir \ 1286 1275 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1287 libdir localedir mandir runstatedir1276 libdir localedir mandir 1288 1277 do 1289 1278 eval ac_val=\$$ac_var … … 1438 1427 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1439 1428 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1440 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]1441 1429 --libdir=DIR object code libraries [EPREFIX/lib] 1442 1430 --includedir=DIR C header files [PREFIX/include] … … 6416 6404 ;; 6417 6405 *-apple-darwin_ios*) 6418 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit "6406 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit -framework AVFoundation" 6419 6407 ac_pjmedia_audiodev_objs="coreaudio_dev.o" 6420 6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... AudioUnit" >&5 -
pjproject/trunk/aconfigure.ac
r5814 r5819 715 715 ;; 716 716 *-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" 718 718 ac_pjmedia_audiodev_objs="coreaudio_dev.o" 719 719 AC_MSG_RESULT([Checking sound device backend... AudioUnit])
Note: See TracChangeset
for help on using the changeset viewer.