Commit 3dc09ed1 authored by Diego Biurrun's avatar Diego Biurrun

simplify i386 object handling

Originally committed as revision 8056 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 97bbb885
......@@ -329,12 +329,8 @@ OBJS += i386/fdct_mmx.o \
i386/fft_3dn2.o \
i386/snowdsp_mmx.o \
ifeq ($(CONFIG_GPL),yes)
OBJS += i386/idct_mmx.o
endif
ifeq ($(CONFIG_CAVS_DECODER),yes)
OBJS += i386/cavsdsp_mmx.o
endif
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
endif
# armv4l specific stuff
......
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