summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-03-09 09:19:11 +0000
committerMåns Rullgård <mans@mansr.com>2009-03-09 09:19:11 +0000
commitaa033b1ed76269f56e602a42b6fdd8dfe7cb4768 (patch)
tree192b85bc38fc38efc261b72f07d52d595d9ac4f6
parent68e5d5235edbb1b837eef046811255a95d6225f9 (diff)
Enable CONFIG_FASTDIV by default
Originally committed as revision 17900 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index d5323ec9ac..f164c3ecc2 100755
--- a/configure
+++ b/configure
@@ -92,7 +92,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 " --enable-fastdiv enable table-based division"
+ echo " --disable-fastdiv disable 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"
@@ -1167,6 +1167,7 @@ host_os=$target_os
# configurable options
enable debug
+enable fastdiv
enable ffmpeg
enable ffplay
enable ffserver