[vlc-devel] [PATCH] configure: fix typo in ALTIVEC_CFLAGS assignment

Sebastian Ramacher sramacher at debian.org
Sun Oct 30 12:20:31 CET 2016


Signed-off-by: Sebastian Ramacher <sramacher at debian.org>

--
This looks like a typo to me and should have been ALTIVEC_CFLAGS instead.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4640c7d..80dda18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1518,7 +1518,7 @@ AS_IF([test "${enable_altivec}" = "yes"], [
     CPPFLAGS="${CPPFLAGS} ${ac_cv_c_altivec}"
     AC_DEFINE(CAN_COMPILE_C_ALTIVEC, 1, [Define to 1 if C AltiVec extensions are available.])
     VLC_ADD_CFLAGS([libvlccore],[${ac_cv_c_altivec}])
-    ALTIVEC_CFLAGS="$ALTIVEC_FLAGS ${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}"
+    ALTIVEC_CFLAGS="$ALTIVEC_CFLAGS ${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}"
     VLC_ADD_CFLAGS([deinterlace],[${ac_cv_c_altivec} ${ac_cv_c_altivec_abi}])
     have_altivec="yes"
   ])
-- 
2.10.2



More information about the vlc-devel mailing list