Commit 242e2270 authored by Diego Biurrun's avatar Diego Biurrun

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
parent 9e5e2a2e
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment