summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-18 00:11:49 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-18 00:11:49 +0000
commitca14e2a8b7d47fbfe99df092add587c1fce56895 (patch)
treef2be6026b095e4a34ef2784dcf7557bb67498747 /configure
parenta1ef9f08ecc699c1feca71883ca48ecfc57b45b7 (diff)
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-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index ba5796eaf4..2d0c9f1529 100755
--- a/configure
+++ b/configure
@@ -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