# HG changeset patch # User glantau # Date 997224142 0 # Node ID a524484f9adf9cb305cbbdd225a81382ef3c2bad # Parent e4b7c3e5e5278b5e4606de3eda9ef4aafbf547d2 added idct mmx diff -r e4b7c3e5e527 -r a524484f9adf Makefile --- 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 $@ $^ #