summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-24 23:18:21 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-24 23:18:21 +0000
commitb6bb00b07db90dde1877e17f12abd3a53a5bf3a0 (patch)
tree78f09dd0e57e41d6e6a6693cb170343d67e00b9e /libavcodec/Makefile
parent3c69e5d3deaaab0a45c5cddface51799667cf44e (diff)
Build MMX/SSE FFT only if CONFIG_FFT is set
Originally committed as revision 15692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2a099a030e..5b176ecece 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -395,11 +395,12 @@ OBJS += i386/fdct_mmx.o \
i386/idct_mmx_xvid.o \
i386/idct_sse2_xvid.o \
-OBJS-$(HAVE_YASM) += i386/fft_mmx.o \
+OBJS-$(CONFIG_FFT_MMX) += i386/fft_mmx.o \
i386/fft_sse.o \
i386/fft_3dn.o \
i386/fft_3dn2.o \
- i386/dsputil_yasm.o \
+
+OBJS-$(HAVE_YASM) += i386/dsputil_yasm.o
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o