diff Makefile @ 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 6d4ac79304da
children b003bca23af2
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