提交 f353fbd2 编写于 作者: D 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
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册