diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-04 20:34:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-04 20:34:08 +0000 |
commit | 242e22708cfb49b356005ba41733791ae415c446 (patch) | |
tree | ae61f1c0b7ed664dac70fd04d2d682e9c6999da1 /configure | |
parent | 9e5e2a2e63b583fcbbaa8fd600ce0d4d61b91251 (diff) | |
download | ffmpeg-242e22708cfb49b356005ba41733791ae415c446.tar.gz |
fastdiv is disabled by default, so put --enable-fastdiv into the help output.
Originally committed as revision 16991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |