Ignore:
Timestamp:
Jul 29, 2015 2:31:12 AM (9 years ago)
Author:
nanang
Message:

Re #1870: Fixed 64 bit arch issues on iOS: pool alignment, updated config.sub, updated lib/app file naming, lib dependencies on XCode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5134 r5137  
    127127AC_MSG_CHECKING([memory alignment]) 
    128128case $target in 
    129     sparc64-* | ia64-* | x86_64-* ) 
     129    sparc64-* | ia64-* | x86_64-* | arm64-* ) 
    130130        AC_DEFINE(PJ_POOL_ALIGNMENT, 8) 
    131131        AC_MSG_RESULT([8 bytes]) 
     
    447447        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" 
    448448        case $target in 
    449           arm-apple-darwin*) 
     449          arm*-apple-darwin*) 
    450450                ac_os_objs="$ac_os_objs os_info_iphone.o" 
    451451                ;; 
     
    624624        AC_MSG_RESULT([Checking sound device backend... OpenSL ES]) 
    625625        ;; 
    626   arm-apple-darwin*) 
     626  arm*-apple-darwin*) 
    627627        LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 
    628628        ac_pjmedia_audiodev_objs="coreaudio_dev.o" 
     
    696696        LIBS="$LIBS -llog" 
    697697        ;; 
    698  arm-apple-darwin*) 
     698 arm*-apple-darwin*) 
    699699        LIBS="$LIBS -framework UIKit" 
    700700        ;; 
     
    725725        ac_android_cflags="$ac_android_cflags -DPJMEDIA_VIDEO_DEV_HAS_ANDROID=1" 
    726726        ;; 
    727   arm-apple-darwin*) 
     727  arm*-apple-darwin*) 
    728728        ac_pjmedia_video=iphone_os 
    729729        AC_SUBST(ac_pjmedia_video_has_ios) 
     
    12081208                         
    12091209                        case $target in 
    1210                             arm-apple-darwin*) 
     1210                            arm*-apple-darwin*) 
    12111211                                LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 
    12121212                                case $ARCH in 
Note: See TracChangeset for help on using the changeset viewer.