Commit f353fbd2 authored by Diego Biurrun's avatar Diego Biurrun

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.

Originally committed as revision 9097 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3e2e29fb
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment