Changeset 5144 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Aug 5, 2015 2:52:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r5137 r5144 447 447 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" 448 448 case $target in 449 arm*-apple-darwin*)449 *-apple-darwin*) 450 450 ac_os_objs="$ac_os_objs os_info_iphone.o" 451 451 ;; … … 624 624 AC_MSG_RESULT([Checking sound device backend... OpenSL ES]) 625 625 ;; 626 arm*-apple-darwin*)626 *-apple-darwin*) 627 627 LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 628 628 ac_pjmedia_audiodev_objs="coreaudio_dev.o" … … 696 696 LIBS="$LIBS -llog" 697 697 ;; 698 arm*-apple-darwin*)698 *-apple-darwin*) 699 699 LIBS="$LIBS -framework UIKit" 700 700 ;; … … 725 725 ac_android_cflags="$ac_android_cflags -DPJMEDIA_VIDEO_DEV_HAS_ANDROID=1" 726 726 ;; 727 arm*-apple-darwin*)727 *-apple-darwin*) 728 728 ac_pjmedia_video=iphone_os 729 729 AC_SUBST(ac_pjmedia_video_has_ios) … … 1208 1208 1209 1209 case $target in 1210 arm*-apple-darwin*)1210 *-apple-darwin*) 1211 1211 LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 1212 1212 case $ARCH in
Note: See TracChangeset
for help on using the changeset viewer.