diff Makefile @ 2868:666064f710d4 libavcodec

xvids mmx&mmx2 idcts needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course
author michael
date Sat, 10 Sep 2005 17:01:30 +0000
parents f4aea2c316cc
children 062b2d5d1eba
line wrap: on
line diff
--- a/Makefile	Sat Sep 10 01:13:10 2005 +0000
+++ b/Makefile	Sat Sep 10 17:01:30 2005 +0000
@@ -311,6 +311,9 @@
 	i386/idct_mmx.o i386/motion_est_mmx.o \
 	i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
 	i386/vp3dsp_sse2.o
+ifeq ($(CONFIG_GPL),yes)
+OBJS += i386/idct_mmx_xvid.o
+endif
 ifdef TARGET_BUILTIN_VECTOR
 i386/fft_sse.o: CFLAGS+= -msse
 depend: CFLAGS+= -msse