[Ffmpeg-cvslog] r7017 - trunk/configure

mru subversion
Mon Nov 13 23:27:47 CET 2006


Author: mru
Date: Mon Nov 13 23:27:46 2006
New Revision: 7017

Modified:
   trunk/configure

Log:
remove unused option --disable-simple_idct


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Nov 13 23:27:46 2006
@@ -91,7 +91,6 @@
   echo "  --disable-network        disable network support [default=no]"
   echo "  --disable-ipv6           disable ipv6 support [default=no]"
   echo "  --disable-zlib           disable zlib [default=no]"
-  echo "  --disable-simple_idct    disable simple IDCT routines [default=no]"
   echo "  --disable-vhook          disable video hooking support"
   echo "  --enable-gprof           enable profiling with gprof [$gprof]"
   echo "  --disable-debug          disable debugging symbols"
@@ -456,7 +455,6 @@
 dostrip="yes"
 installstrip="-s"
 extralibs="-lm"
-simpleidct="yes"
 bigendian="no"
 inttypes="yes"
 emu_fast_int="no"
@@ -810,8 +808,6 @@
   ;;
   --disable-vhook) vhook="no"
   ;;
-  --disable-simple_idct) simpleidct="no"
-  ;;
   --enable-mingw32) mingw32="yes"
   ;;
   --enable-mingwce) mingwce="yes"
@@ -2133,10 +2129,6 @@
   echo "NEED_INET_ATON=yes" >> config.mak
 fi
 
-if test "$simpleidct" = "yes" ; then
-  echo "#define SIMPLE_IDCT 1" >> $TMPH
-fi
-
 if test "$protocols" = "yes" ; then
   echo "#define CONFIG_PROTOCOLS 1" >> $TMPH
   echo "CONFIG_PROTOCOLS=yes" >> config.mak




More information about the ffmpeg-cvslog mailing list