diff options
author | Måns Rullgård <mans@mansr.com> | 2009-03-09 09:19:11 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-03-09 09:19:11 +0000 |
commit | aa033b1ed76269f56e602a42b6fdd8dfe7cb4768 (patch) | |
tree | 192b85bc38fc38efc261b72f07d52d595d9ac4f6 /configure | |
parent | 68e5d5235edbb1b837eef046811255a95d6225f9 (diff) | |
download | ffmpeg-aa033b1ed76269f56e602a42b6fdd8dfe7cb4768.tar.gz |
Enable CONFIG_FASTDIV by default
Originally committed as revision 17900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |