diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-18 00:11:49 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-18 00:11:49 +0000 |
commit | ca14e2a8b7d47fbfe99df092add587c1fce56895 (patch) | |
tree | f2be6026b095e4a34ef2784dcf7557bb67498747 /configure | |
parent | a1ef9f08ecc699c1feca71883ca48ecfc57b45b7 (diff) | |
download | ffmpeg-ca14e2a8b7d47fbfe99df092add587c1fce56895.tar.gz |
Handle conditional compilation of CPU-specific FFT code in the Makefile.
Also replace one coarse MMX condition with more fine-grained
3DNow!/3DNowExt!/SSE conditions.
Originally committed as revision 17409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -908,7 +908,6 @@ HAVE_LIST=" # options emitted with CONFIG_ prefix but not available on command line CONFIG_EXTRA=" - fft_mmx oldscaler " @@ -976,8 +975,6 @@ ssse3_deps="sse" vis_deps="sparc" # common features -fft_suggest="fft_mmx" -fft_mmx_deps="mmx yasm" oldscaler_deps="!swscale" # decoders / encoders |