[FFmpeg-cvslog] r16991 - trunk/configure

diego subversion
Wed Feb 4 21:34:09 CET 2009


Author: diego
Date: Wed Feb  4 21:34:08 2009
New Revision: 16991

Log:
fastdiv is disabled by default, so put --enable-fastdiv into the help output.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Feb  4 21:31:20 2009	(r16990)
+++ trunk/configure	Wed Feb  4 21:34:08 2009	(r16991)
@@ -96,7 +96,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 "  --disable-fastdiv        disable table-based division"
+  echo "  --enable-fastdiv         enable 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"




More information about the ffmpeg-cvslog mailing list