diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-21 07:11:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-21 07:11:27 +0000 |
commit | 86c33b29d2079583d6805887c6519825151f1b0c (patch) | |
tree | 18f22a14353ee1dc19ae0f1739c76e8054f46fc6 | |
parent | 14eb0a2ed1da9a4cdcf55f2d13eb80327fe2d925 (diff) | |
download | ffmpeg-86c33b29d2079583d6805887c6519825151f1b0c.tar.gz |
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
-rw-r--r-- | libavcodec/Makefile | 2 | ||||
-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 |