Changeset 5150 for pjproject/trunk/aconfigure
- Timestamp:
- Aug 6, 2015 9:15:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5145 r5150 5709 5709 ac_os_objs="$ac_os_objs file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o" 5710 5710 case $target in 5711 *-apple-darwin *)5711 *-apple-darwin_ios*) 5712 5712 ac_os_objs="$ac_os_objs os_info_iphone.o" 5713 5713 ;; … … 6066 6066 $as_echo "Checking sound device backend... OpenSL ES" >&6; } 6067 6067 ;; 6068 *-apple-darwin *)6068 *-apple-darwin_ios*) 6069 6069 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 6070 6070 ac_pjmedia_audiodev_objs="coreaudio_dev.o" … … 6152 6152 LIBS="$LIBS -llog" 6153 6153 ;; 6154 *-apple-darwin *)6154 *-apple-darwin_ios*) 6155 6155 LIBS="$LIBS -framework UIKit" 6156 6156 ;; … … 6200 6200 ac_android_cflags="$ac_android_cflags -DPJMEDIA_VIDEO_DEV_HAS_ANDROID=1" 6201 6201 ;; 6202 *-apple-darwin *)6202 *-apple-darwin_ios*) 6203 6203 ac_pjmedia_video=iphone_os 6204 6204 … … 7234 7234 7235 7235 case $target in 7236 *-apple-darwin *)7236 *-apple-darwin_ios*) 7237 7237 LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 7238 7238 case $ARCH in
Note: See TracChangeset
for help on using the changeset viewer.