diff Makefile @ 3932:d13da74a26f5 libavcodec

Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the author, Peter Ross (pross xvid org).
author diego
date Thu, 05 Oct 2006 00:23:24 +0000
parents 6c9bc2ecbf79
children ed92e541db41
line wrap: on
line diff
--- a/Makefile	Wed Oct 04 21:42:31 2006 +0000
+++ b/Makefile	Thu Oct 05 00:23:24 2006 +0000
@@ -322,6 +322,7 @@
         i386/mpegvideo_mmx.o \
         i386/motion_est_mmx.o \
         i386/simple_idct_mmx.o \
+        i386/idct_mmx_xvid.o \
         i386/fft_sse.o \
         i386/vp3dsp_mmx.o \
         i386/vp3dsp_sse2.o \
@@ -330,7 +331,7 @@
         i386/snowdsp_mmx.o \
 
 ifeq ($(CONFIG_GPL),yes)
-OBJS += i386/idct_mmx.o i386/idct_mmx_xvid.o
+OBJS += i386/idct_mmx.o
 endif
 ifeq ($(CONFIG_CAVS_DECODER),yes)
 OBJS += i386/cavsdsp_mmx.o