[Ffmpeg-cvslog] r8117 - trunk/libavcodec/Makefile
diego
subversion
Sat Feb 24 12:59:27 CET 2007
Author: diego
Date: Sat Feb 24 12:59:26 2007
New Revision: 8117
Modified:
trunk/libavcodec/Makefile
Log:
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Sat Feb 24 12:59:26 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list