diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-02-20 15:39:27 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-02-20 15:39:27 +0000 |
commit | da2a5feaeaf8ec9efaf9bb708c6d23eb776446e5 (patch) | |
tree | fd67060377e5b287162912fce9a968df33d1390b /libavcodec | |
parent | 2897dc780acd93a987bfb52a4275bf244826af66 (diff) | |
download | ffmpeg-da2a5feaeaf8ec9efaf9bb708c6d23eb776446e5.tar.gz |
x86_fft.o depends on MMX and FFT.
Originally committed as revision 21921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 3 |
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 \ |