summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-09-10 17:01:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-09-10 17:01:30 +0000
commit84740d5980fd3249028a3b2381a76f6cd188f454 (patch)
tree44f5994b8dce2a40bc081c7926ffdeb4529b437d /libavcodec/Makefile
parent96b6ace22e610a62d0e9198254164b08c7e4790a (diff)
xvids mmx&mmx2 idcts
needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course Originally committed as revision 4572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6a0a395c60..fbedd70951 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -311,6 +311,9 @@ OBJS += i386/fdct_mmx.o i386/cputest.o \
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