Ignore:
Timestamp:
Aug 5, 2015 2:52:15 AM (9 years ago)
Author:
ming
Message:

Re #1870: Handle configuration for iPhone simulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5137 r5144  
    57095709        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" 
    57105710        case $target in 
    5711           arm*-apple-darwin*) 
     5711          *-apple-darwin*) 
    57125712                ac_os_objs="$ac_os_objs os_info_iphone.o" 
    57135713                ;; 
     
    60666066$as_echo "Checking sound device backend... OpenSL ES" >&6; } 
    60676067        ;; 
    6068   arm*-apple-darwin*) 
     6068  *-apple-darwin*) 
    60696069        LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 
    60706070        ac_pjmedia_audiodev_objs="coreaudio_dev.o" 
     
    61526152        LIBS="$LIBS -llog" 
    61536153        ;; 
    6154  arm*-apple-darwin*) 
     6154 *-apple-darwin*) 
    61556155        LIBS="$LIBS -framework UIKit" 
    61566156        ;; 
     
    62006200        ac_android_cflags="$ac_android_cflags -DPJMEDIA_VIDEO_DEV_HAS_ANDROID=1" 
    62016201        ;; 
    6202   arm*-apple-darwin*) 
     6202  *-apple-darwin*) 
    62036203        ac_pjmedia_video=iphone_os 
    62046204 
     
    72347234 
    72357235                        case $target in 
    7236                             arm*-apple-darwin*) 
     7236                            *-apple-darwin*) 
    72377237                                LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 
    72387238                                case $ARCH in 
Note: See TracChangeset for help on using the changeset viewer.