[FFmpeg-cvslog] r9097 - trunk/libavcodec/Makefile
diego
subversion
Tue May 22 09:08:38 CEST 2007
Author: diego
Date: Tue May 22 09:08:38 2007
New Revision: 9097
Log:
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.
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Tue May 22 09:08:38 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list