- Timestamp:
- Jun 22, 2015 2:34:21 AM (9 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5091 r5112 7237 7237 LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 7238 7238 case $ARCH in 7239 *arm v7*)7239 *arm*) 7240 7240 LIBYUV_LIBS="-lyuv_neon" 7241 7241 ;; -
pjproject/trunk/aconfigure.ac
r5091 r5112 1211 1211 LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos" 1212 1212 case $ARCH in 1213 *arm v7*)1213 *arm*) 1214 1214 LIBYUV_LIBS="-lyuv_neon" 1215 1215 ;;
Note: See TracChangeset
for help on using the changeset viewer.