[Ffmpeg-cvslog] r7020 - trunk/configure

mru subversion
Tue Nov 14 00:24:17 CET 2006


Author: mru
Date: Tue Nov 14 00:24:17 2006
New Revision: 7020

Modified:
   trunk/configure

Log:
rename shell variable _memalign to memalign


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 14 00:24:17 2006
@@ -1298,15 +1298,15 @@
 # ---
 # check availability of some header files
 
-_memalign=no
+memalign=no
 malloc_h=no
 if check_header malloc.h; then
     malloc_h=yes
-    _memalign=yes
-    check_func memalign || _memalign="no"
+    memalign=yes
+    check_func memalign || memalign="no"
 fi
 
-if test "$_memalign" = "no" -a "$mmx" = "yes" -a \
+if test "$memalign" = "no" -a "$mmx" = "yes" -a \
         "$memalignhack" != "yes" -a "$targetos" != "Darwin" -a \
         "$targetos" != "FreeBSD" ; then
     die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
@@ -2106,7 +2106,7 @@
   echo "#undef  HAVE_MALLOC_H" >> $TMPH
 fi
 
-if test "$_memalign" = "yes" ; then
+if test "$memalign" = "yes" ; then
   echo "#define HAVE_MEMALIGN 1" >> $TMPH
 else
   echo "#undef  HAVE_MEMALIGN" >> $TMPH




More information about the ffmpeg-cvslog mailing list