[Ffmpeg-cvslog] r7022 - trunk/configure

mru subversion
Tue Nov 14 00:52:32 CET 2006


Author: mru
Date: Tue Nov 14 00:52:32 2006
New Revision: 7022

Modified:
   trunk/configure

Log:
rename shell variable _altivec_h to altivec_h


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 14 00:52:32 2006
@@ -1208,11 +1208,11 @@
     fi
 fi
 
-check_header altivec.h && _altivec_h=yes || _altivec_h=no
+check_header altivec.h && altivec_h=yes || altivec_h=no
 
 # check if our compiler supports Motorola AltiVec C API
 if test $altivec = "yes"; then
-    if test $_altivec_h = "yes"; then
+    if test $altivec_h = "yes"; then
         inc_altivec_h="#include <altivec.h>"
     else
         inc_altivec_h=
@@ -1813,7 +1813,7 @@
 if test "$altivec" = "yes" ; then
   echo "TARGET_ALTIVEC=yes" >> config.mak
   echo "#define HAVE_ALTIVEC 1" >> $TMPH
-  if test "$_altivec_h" = "yes" ; then
+  if test "$altivec_h" = "yes" ; then
     echo "#define HAVE_ALTIVEC_H 1" >> $TMPH
   else
     echo "#undef HAVE_ALTIVEC_H" >> $TMPH




More information about the ffmpeg-cvslog mailing list