Browse Source

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

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

Originally committed as revision 15866 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
767d3e7bf7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/Makefile

+ 2
- 2
libavcodec/Makefile View File

@@ -400,11 +400,11 @@ OBJS += i386/fdct_mmx.o \

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


Loading…
Cancel
Save