Mercurial > libavcodec.hg
changeset 8053:c1b3dc1d2656 libavcodec
Build MMX/SSE FFT only if CONFIG_FFT is set
author | mru |
---|---|
date | Fri, 24 Oct 2008 23:18:21 +0000 |
parents | e4a6e152480d |
children | 4d4a55649586 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Oct 24 21:44:54 2008 +0000 +++ b/Makefile Fri Oct 24 23:18:21 2008 +0000 @@ -395,11 +395,12 @@ 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