Commit 84fd16d6 authored by Dominique Leuenberger's avatar Dominique Leuenberger Committed by Ilkka Ollakka

build: fix powerpc detection

Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent c6f70c96
...@@ -1374,7 +1374,7 @@ AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_arm_neon}" = "yes"]) ...@@ -1374,7 +1374,7 @@ AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_arm_neon}" = "yes"])
AC_ARG_ENABLE(altivec, AC_ARG_ENABLE(altivec,
[AS_HELP_STRING([--disable-altivec], [AS_HELP_STRING([--disable-altivec],
[disable AltiVec optimizations (default auto)])],, [ [disable AltiVec optimizations (default auto)])],, [
AS_CASE("${host_cpu}", "powerpc*", AS_CASE("${host_cpu}", [powerpc*],
[enable_altivec=yes], [enable_altivec=no]) [enable_altivec=yes], [enable_altivec=no])
]) ])
have_altivec="no" have_altivec="no"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment