comparison Makefile @ 3935:663ff849562b libavcodec

Fix imgresample-test compilation.
author diego
date Thu, 05 Oct 2006 01:28:25 +0000
parents f2f03d25e58c
children 0b4d29db857a
comparison
equal deleted inserted replaced
3934:f2f03d25e58c 3935:663ff849562b
438 $(CC) $(CFLAGS) -D__TEST__ -o $@ $< 438 $(CC) $(CFLAGS) -D__TEST__ -o $@ $<
439 439
440 # testing progs 440 # testing progs
441 441
442 imgresample-test: imgresample.c $(LIB) 442 imgresample-test: imgresample.c $(LIB)
443 $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm 443 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
444 444
445 dct-test: dct-test.o fdctref.o $(LIB) 445 dct-test: dct-test.o fdctref.o $(LIB)
446 $(CC) -o $@ $^ $(EXTRALIBS) 446 $(CC) -o $@ $^ $(EXTRALIBS)
447 447
448 motion-test: motion_test.o $(LIB) 448 motion-test: motion_test.o $(LIB)