summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaconfigure2
-rw-r--r--aconfigure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/aconfigure b/aconfigure
index fad181db..6153560b 100755
--- a/aconfigure
+++ b/aconfigure
@@ -7236,7 +7236,7 @@ else
arm-apple-darwin*)
LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos"
case $ARCH in
- *armv7*)
+ *arm*)
LIBYUV_LIBS="-lyuv_neon"
;;
*)
diff --git a/aconfigure.ac b/aconfigure.ac
index cdb15583..a80981a6 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -1210,7 +1210,7 @@ AC_ARG_ENABLE(libyuv,
arm-apple-darwin*)
LIBYUV_LDFLAGS="-L$LIBYUV_PREFIX/out_ios/Release-iphoneos"
case $ARCH in
- *armv7*)
+ *arm*)
LIBYUV_LIBS="-lyuv_neon"
;;
*)