comparison Makefile @ 2872:062b2d5d1eba libavcodec

add xvid idcts to dct-test
author michael
date Sat, 10 Sep 2005 23:00:13 +0000
parents 666064f710d4
children e1dfc65af0fb
comparison
equal deleted inserted replaced
2871:f4afa3812818 2872:062b2d5d1eba
463 463
464 imgresample-test: imgresample.c 464 imgresample-test: imgresample.c
465 $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm 465 $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
466 466
467 dct-test: dct-test.o fdctref.o $(LIB) 467 dct-test: dct-test.o fdctref.o $(LIB)
468 $(CC) -o $@ $^ -lm 468 $(CC) -o $@ $^ -lm $(LIBAVUTIL)
469 469
470 motion-test: motion_test.o $(LIB) 470 motion-test: motion_test.o $(LIB)
471 $(CC) -o $@ $^ -lm 471 $(CC) -o $@ $^ -lm
472 472
473 fft-test: fft-test.o $(LIB) 473 fft-test: fft-test.o $(LIB)