diff 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
line wrap: on
line diff
--- a/Makefile	Mon May 21 15:28:37 2007 +0000
+++ b/Makefile	Tue May 22 07:08:38 2007 +0000
@@ -447,6 +447,6 @@
 
 motion-test: motion-test.o $(LIB)
 
-fft-test: fft-test.o mdct.o fft.o $(LIB)
+fft-test: fft-test.o $(LIB)
 
 .PHONY: tests