Commit fc4128b7 authored by diego's avatar diego

simplify i386 object handling


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8056 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ca6bb63c
......@@ -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