mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-13 21:26:33 +02:00
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
Originally committed as revision 8117 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d42f88025a
commit
e870111e4f
@ -327,10 +327,10 @@ OBJS += i386/fdct_mmx.o \
|
|||||||
i386/vp3dsp_sse2.o \
|
i386/vp3dsp_sse2.o \
|
||||||
i386/fft_3dn.o \
|
i386/fft_3dn.o \
|
||||||
i386/fft_3dn2.o \
|
i386/fft_3dn2.o \
|
||||||
i386/snowdsp_mmx.o \
|
|
||||||
|
|
||||||
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
|
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
|
||||||
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
|
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
|
||||||
|
OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# armv4l specific stuff
|
# armv4l specific stuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user