summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index c66eb0d500..c2f024934f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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