comparison Makefile @ 633:e7b72c1dfa1b libavcodec

dct-test update test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes
author michaelni
date Sun, 01 Sep 2002 09:33:05 +0000
parents bb6a69f9d409
children 57b9a37546a0
comparison
equal deleted inserted replaced
632:f5e68f32069f 633:e7b72c1dfa1b
129 # testing progs 129 # testing progs
130 130
131 imgresample-test: imgresample.c 131 imgresample-test: imgresample.c
132 $(CC) $(CFLAGS) -DTEST -o $@ $^ 132 $(CC) $(CFLAGS) -DTEST -o $@ $^
133 133
134 dct-test: dct-test.o jfdctfst.o i386/fdct_mmx.o \ 134 dct-test: dct-test.o jfdctfst.o jfdctint.o i386/fdct_mmx.o\
135 fdctref.o jrevdct.o i386/idct_mmx.o 135 fdctref.o jrevdct.o i386/idct_mmx.o simple_idct.o i386/simple_idct_mmx.o
136 $(CC) -o $@ $^ -lm 136 $(CC) -o $@ $^ -lm
137 137
138 motion-test: motion_test.o $(LIB) 138 motion-test: motion_test.o $(LIB)
139 $(CC) -o $@ $^ 139 $(CC) -o $@ $^
140 140