Mercurial > libavcodec.hg
changeset 8161:bc4ddc399192 libavcodec
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on
libavcodec/i386/fft_mmx.o, which depends on yasm.
author | diego |
---|---|
date | Mon, 17 Nov 2008 21:56:34 +0000 |
parents | 51d5e56f50dd |
children | 368413cfe34b |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Nov 17 19:01:25 2008 +0000 +++ b/Makefile Mon Nov 17 21:56:34 2008 +0000 @@ -400,11 +400,11 @@ OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o -OBJS-$(CONFIG_FFT) += i386/fft_sse.o \ +OBJS-$(CONFIG_FFT_MMX) += i386/fft_mmx.o \ + i386/fft_sse.o \ i386/fft_3dn.o \ i386/fft_3dn2.o \ -OBJS-$(CONFIG_FFT_MMX) += i386/fft_mmx.o OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o OBJS-$(CONFIG_GPL) += i386/idct_mmx.o OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o