# HG changeset patch # User diego # Date 1172318366 0 # Node ID 7cb6b1272f34ea3656a81140be3cac54f159a959 # Parent 30261f4ed12d1218b875c7dbb8ca291f14b4b7a6 Only compile snowdsp_mmx.c if the Snow decoder is enabled. diff -r 30261f4ed12d -r 7cb6b1272f34 Makefile --- 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