[FFmpeg-cvslog] r17900 - trunk/configure

mru subversion
Mon Mar 9 10:19:12 CET 2009


Author: mru
Date: Mon Mar  9 10:19:11 2009
New Revision: 17900

Log:
Enable CONFIG_FASTDIV by default

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Mar  9 09:04:41 2009	(r17899)
+++ trunk/configure	Mon Mar  9 10:19:11 2009	(r17900)
@@ -92,7 +92,7 @@ show_help(){
   echo "  --disable-ipv6           disable IPv6 support [no]"
   echo "  --disable-mpegaudio-hp   faster (but less accurate) MPEG audio decoding [no]"
   echo "  --enable-gray            enable full grayscale support (slower color)"
-  echo "  --enable-fastdiv         enable table-based division"
+  echo "  --disable-fastdiv        disable table-based division"
   echo "  --enable-small           optimize for size instead of speed"
   echo "  --disable-aandct         disable AAN DCT code"
   echo "  --disable-fft            disable FFT code"
@@ -1167,6 +1167,7 @@ host_os=$target_os
 
 # configurable options
 enable debug
+enable fastdiv
 enable ffmpeg
 enable ffplay
 enable ffserver




More information about the ffmpeg-cvslog mailing list