mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
simplify i386 object handling
Originally committed as revision 8056 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
97bbb8851b
commit
3dc09ed188
@ -329,12 +329,8 @@ OBJS += i386/fdct_mmx.o \
|
|||||||
i386/fft_3dn2.o \
|
i386/fft_3dn2.o \
|
||||||
i386/snowdsp_mmx.o \
|
i386/snowdsp_mmx.o \
|
||||||
|
|
||||||
ifeq ($(CONFIG_GPL),yes)
|
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
|
||||||
OBJS += i386/idct_mmx.o
|
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
|
||||||
endif
|
|
||||||
ifeq ($(CONFIG_CAVS_DECODER),yes)
|
|
||||||
OBJS += i386/cavsdsp_mmx.o
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# armv4l specific stuff
|
# armv4l specific stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user