Commit bb08df15 authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9097 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 64cd8a9d
......@@ -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