summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
-rw-r--r--libavcodec/motion-test.c (renamed from libavcodec/motion_test.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 05920841d2..6701a4e146 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -447,7 +447,7 @@ imgresample-test: imgresample.c $(LIB)
dct-test: dct-test.o fdctref.o $(LIB)
-motion-test: motion_test.o $(LIB)
+motion-test: motion-test.o $(LIB)
fft-test: fft-test.o mdct.o fft.o $(LIB)
diff --git a/libavcodec/motion_test.c b/libavcodec/motion-test.c
index ecdb62a4e1..ecdb62a4e1 100644
--- a/libavcodec/motion_test.c
+++ b/libavcodec/motion-test.c