Mercurial > libavcodec.hg
changeset 11222:43ecdadf3bc1 libavcodec
x86_fft.o depends on MMX and FFT.
author | ramiro |
---|---|
date | Sat, 20 Feb 2010 15:39:27 +0000 |
parents | 69f548fd1a3f |
children | a090d10c314f |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Feb 20 12:32:30 2010 +0000 +++ b/Makefile Sat Feb 20 15:39:27 2010 +0000 @@ -582,11 +582,12 @@ 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 \