From 86c33b29d2079583d6805887c6519825151f1b0c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 21 May 2007 07:11:27 +0000 Subject: 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 --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/Makefile') 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) -- cgit v1.2.3