[FFmpeg-cvslog] r9323 - trunk/configure

mru subversion
Fri Jun 15 22:35:41 CEST 2007


Author: mru
Date: Fri Jun 15 22:35:40 2007
New Revision: 9323

Log:
add x86 to ARCH_LIST simplifying config file generation


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Jun 15 22:35:40 2007
@@ -676,6 +676,7 @@ ARCH_LIST='
     sh4
     sparc
     sparc64
+    x86
     x86_32
     x86_64
 '
@@ -1977,20 +1978,15 @@ echo "EXESUF=\${BUILDSUF}$EXESUF" >> con
 enable $arch
 
 # special cases
+enabled_any x86_32 x86_64 && enable x86
+enabled     sparc64       && enable sparc
+
 case "$arch" in
-    x86_32|x86_64)
-        echo "ARCH_X86=yes" >> config.mak
-        echo "#define ARCH_X86 1" >> $TMPH
-        ;;
     powerpc)
         if test "$POWERPCMODE" = "64bits"; then
             echo "#define POWERPC_MODE_64BITS 1" >> $TMPH
         fi
         ;;
-    sparc64)
-        echo "ARCH_SPARC=yes" >> config.mak
-        echo "#define ARCH_SPARC 1" >> $TMPH
-        ;;
 esac
 
 if enabled bigendian; then




More information about the ffmpeg-cvslog mailing list