From: diego Date: Wed, 4 Feb 2009 20:34:08 +0000 (+0000) Subject: fastdiv is disabled by default, so put --enable-fastdiv into the help output. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/7d79db510333b6a448e4eda612149da69e155cea fastdiv is disabled by default, so put --enable-fastdiv into the help output. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16991 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/configure b/configure index 7879dce13..f64108dad 100755 --- a/configure +++ b/configure @@ -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"