changeset 4590:7cb6b1272f34 libavcodec

Only compile snowdsp_mmx.c if the Snow decoder is enabled.
author diego
date Sat, 24 Feb 2007 11:59:26 +0000
parents 30261f4ed12d
children 16c24b902f43
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Feb 24 11:58:52 2007 +0000
+++ b/Makefile	Sat Feb 24 11:59:26 2007 +0000
@@ -327,10 +327,10 @@
         i386/vp3dsp_sse2.o \
         i386/fft_3dn.o \
         i386/fft_3dn2.o \
-        i386/snowdsp_mmx.o \
 
 OBJS-$(CONFIG_GPL)                     += i386/idct_mmx.o
 OBJS-$(CONFIG_CAVS_DECODER)            += i386/cavsdsp_mmx.o
+OBJS-$(CONFIG_SNOW_DECODER)            += i386/snowdsp_mmx.o
 endif
 
 # armv4l specific stuff