Commit 9f3c960e authored by diego's avatar diego

Revert previous commit: the libavcodec/i386/fft_*.o objects depend on

libavcodec/i386/fft_mmx.o, which depends on yasm.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15866 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7f78f19d
...@@ -400,11 +400,11 @@ OBJS += i386/fdct_mmx.o \ ...@@ -400,11 +400,11 @@ OBJS += i386/fdct_mmx.o \
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_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_3dn.o \
i386/fft_3dn2.o \ i386/fft_3dn2.o \
OBJS-$(CONFIG_FFT_MMX) += i386/fft_mmx.o
OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment