From: Diego Biurrun Date: Mon, 21 May 2007 07:11:27 +0000 (+0000) Subject: Rename motion_test.c to motion-test.c, which is the naming scheme used by all X-Git-Tag: v0.5~8927 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/86c33b29d2079583d6805887c6519825151f1b0c Rename motion_test.c to motion-test.c, which is the naming scheme used by all other test programs. As a positive sideeffect, this makes the build system try to actually create the executable file. Originally committed as revision 9086 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0592084..6701a4e 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