changeset 32:a524484f9adf libavcodec

added idct mmx
author glantau
date Tue, 07 Aug 2001 22:42:22 +0000
parents e4b7c3e5e527
children 7cf705a32d1c
files Makefile
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Aug 07 22:40:52 2001 +0000
+++ b/Makefile	Tue Aug 07 22:42:22 2001 +0000
@@ -27,7 +27,8 @@
 ifeq ($(TARGET_MMX),yes)
 ASM_OBJS += i386/fdct_mmx.o i386/sad_mmx.o
 OBJS += i386/fdctdata.o i386/cputest.o \
-	i386/dsputil_mmx.o i386/mpegvideo_mmx.o
+	i386/dsputil_mmx.o i386/mpegvideo_mmx.o \
+        i386/idct_mmx.o
 endif
 
 SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)
@@ -74,7 +75,8 @@
 imgresample-test: imgresample.c
 	$(CC) $(CFLAGS) -DTEST -o $@ $^ 
 
-dct-test: dct-test.o jfdctfst.o i386/fdct_mmx.o i386/fdctdata.o fdctref.o
+dct-test: dct-test.o jfdctfst.o i386/fdct_mmx.o i386/fdctdata.o \
+          fdctref.o jrevdct.o i386/idct_mmx.o
 	$(CC) -o $@ $^
 
 #