From 595e7bd94029713d87e3e4943b40676df1b2d0a0 Mon Sep 17 00:00:00 2001 From: Stefan Gehrer Date: Sat, 29 Jul 2006 08:45:33 +0000 Subject: some MMX optimizations for the CAVS decoder Originally committed as revision 5846 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 76d996d161..1f6078458e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -288,6 +288,9 @@ OBJS += i386/fdct_mmx.o i386/cputest.o \ ifeq ($(CONFIG_GPL),yes) OBJS += i386/idct_mmx_xvid.o endif +ifeq ($(CONFIG_CAVS_DECODER),yes) +OBJS += i386/cavsdsp_mmx.o +endif ifeq ($(TARGET_BUILTIN_VECTOR),yes) i386/fft_sse.o: CFLAGS+= -msse depend: CFLAGS+= -msse -- cgit v1.2.3