]> git.sesse.net Git - ffmpeg/commitdiff
Remove mdct.o and fft.o from fft-test prerequisites list.
authorDiego Biurrun <diego@biurrun.de>
Tue, 22 May 2007 07:08:38 +0000 (07:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 22 May 2007 07:08:38 +0000 (07:08 +0000)
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.

Originally committed as revision 9097 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index c66eb0d5004a264c53fb904db721688efef3e5a0..c2f024934f2af06b2fe9369b3dd730beca8a8ea4 100644 (file)
@@ -447,6 +447,6 @@ dct-test: dct-test.o fdctref.o $(LIB)
 
 motion-test: motion-test.o $(LIB)
 
-fft-test: fft-test.o mdct.o fft.o $(LIB)
+fft-test: fft-test.o $(LIB)
 
 .PHONY: tests