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 similarity index 100% rename from libavcodec/motion_test.c rename to libavcodec/motion-test.c