diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-21 00:36:16 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-22 01:02:18 +0200 |
commit | 66baa45801e46a6558c22765cdac1e7a4abad228 (patch) | |
tree | 4b2c95d2726ac31e9fe8d6ae8f2e2c98d938aa6a /configure | |
parent | 4264a0dd54420182ce0d083b308452739311edaa (diff) | |
download | ffmpeg-66baa45801e46a6558c22765cdac1e7a4abad228.tar.gz |
configure: Drop fastdiv option
There is no point in having the user disable any fastdiv macros.
Besides the condition implementation was broken and only disabled
the C implementation, but no platform specific assembly versions.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -230,7 +230,6 @@ Advanced options (experts only): --enable-sram allow use of on-chip SRAM --enable-thumb compile for Thumb instruction set --disable-symver disable symbol versioning - --disable-fastdiv disable table-based division --enable-hardcoded-tables use hardcoded tables instead of runtime generation --disable-safe-bitstream-reader disable buffer boundary checking in bitreaders @@ -964,7 +963,6 @@ CONFIG_LIST=" doc dwt dxva2 - fastdiv fft frei0r gnutls @@ -1739,7 +1737,6 @@ enable swscale enable asm enable debug enable doc -enable fastdiv enable network enable optimizations enable safe_bitstream_reader |