summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-02-20 15:39:27 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-02-20 15:39:27 +0000
commitda2a5feaeaf8ec9efaf9bb708c6d23eb776446e5 (patch)
treefd67060377e5b287162912fce9a968df33d1390b /libavcodec/Makefile
parent2897dc780acd93a987bfb52a4275bf244826af66 (diff)
x86_fft.o depends on MMX and FFT.
Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9e71a81fec..0aed9f8cc4 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -582,11 +582,12 @@ MMX-OBJS-$(CONFIG_VP6_DECODER) += x86/vp3dsp_mmx.o \
MMX-OBJS-$(HAVE_YASM) += x86/dsputil_yasm.o \
$(YASM-OBJS-yes)
+MMX-OBJS-$(CONFIG_FFT) += x86/fft.o
+
OBJS-$(HAVE_MMX) += x86/cpuid.o \
x86/dnxhd_mmx.o \
x86/dsputil_mmx.o \
x86/fdct_mmx.o \
- x86/fft.o \
x86/idct_mmx_xvid.o \
x86/idct_sse2_xvid.o \
x86/motion_est_mmx.o \