[vlc-commits] build: fix powerpc detection
Dominique Leuenberger
git at videolan.org
Thu Aug 15 12:53:12 CEST 2013
vlc | branch: master | Dominique Leuenberger <dimstar at opensuse.org> | Fri Aug 9 20:41:51 2013 +0200| [84fd16d63cffc0c83baf985df5e4da6c5deebd56] | committer: Ilkka Ollakka
build: fix powerpc detection
Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84fd16d63cffc0c83baf985df5e4da6c5deebd56
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 21a9f89..2b562ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1374,7 +1374,7 @@ AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_arm_neon}" = "yes"])
AC_ARG_ENABLE(altivec,
[AS_HELP_STRING([--disable-altivec],
[disable AltiVec optimizations (default auto)])],, [
- AS_CASE("${host_cpu}", "powerpc*",
+ AS_CASE("${host_cpu}", [powerpc*],
[enable_altivec=yes], [enable_altivec=no])
])
have_altivec="no"
More information about the vlc-commits
mailing list