comparison Makefile @ 5062:2dd00b1cc94b libavcodec

Remove mdct.o and fft.o from fft-test prerequisites list. Both objects were added to the link command, resulting in multiple definitions of symbols. Now linking works in the general case when mdct.o and fft.o are compiled into libavcodec.a.
author diego
date Tue, 22 May 2007 07:08:38 +0000
parents 0c0ef3ce30d9
children 670618daaeb1
comparison
equal deleted inserted replaced
5061:0c0ef3ce30d9 5062:2dd00b1cc94b
445 445
446 dct-test: dct-test.o fdctref.o $(LIB) 446 dct-test: dct-test.o fdctref.o $(LIB)
447 447
448 motion-test: motion-test.o $(LIB) 448 motion-test: motion-test.o $(LIB)
449 449
450 fft-test: fft-test.o mdct.o fft.o $(LIB) 450 fft-test: fft-test.o $(LIB)
451 451
452 .PHONY: tests 452 .PHONY: tests