From 242e22708cfb49b356005ba41733791ae415c446 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Feb 2009 20:34:08 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 7879dce13c..f64108dada 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" -- cgit v1.2.3