[vlc-commits] configure: fix typo in ALTIVEC_CFLAGS assignment
    Sebastian Ramacher 
    git at videolan.org
       
    Sun Oct 30 12:47:23 CET 2016
    
    
  
vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Sun Oct 30 12:20:31 2016 +0100| [7994ce346dfba741fa0fc535145dfef02e8abda0] | committer: Rémi Denis-Courmont
configure: fix typo in ALTIVEC_CFLAGS assignment
This looks like a typo to me and should have been ALTIVEC_CFLAGS instead.
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7994ce346dfba741fa0fc535145dfef02e8abda0
---
 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"
   ])
    
    
More information about the vlc-commits
mailing list