summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-06-22 02:34:21 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-06-22 02:34:21 +0000
commitc0422a30193fd9316c2259a7a28ef18eb39fdcd4 (patch)
treef6b0b25616f11ae85c3bdcbd7906c5e79fe23902 /aconfigure.ac
parent8ebbfa86a3ef8870a8c779233d6c2dbc31ccedae (diff)
Re #1843 (misc): Add libyuv_neon for other arm architectures as well (instead of just armv7)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5112 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
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"
;;
*)