Changeset 5112


Ignore:
Timestamp:
Jun 22, 2015 2:34:21 AM (9 years ago)
Author:
ming
Message:

Re #1843 (misc): Add libyuv_neon for other arm architectures as well (instead of just armv7)

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5091 r5112  
    72377237                                LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 
    72387238                                case $ARCH in 
    7239                                     *armv7*) 
     7239                                    *arm*) 
    72407240                                    LIBYUV_LIBS="-lyuv_neon" 
    72417241                                    ;; 
  • pjproject/trunk/aconfigure.ac

    r5091 r5112  
    12111211                                LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 
    12121212                                case $ARCH in 
    1213                                     *armv7*) 
     1213                                    *arm*) 
    12141214                                    LIBYUV_LIBS="-lyuv_neon" 
    12151215                                    ;; 
Note: See TracChangeset for help on using the changeset viewer.