summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-21 07:11:27 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-21 07:11:27 +0000
commit86c33b29d2079583d6805887c6519825151f1b0c (patch)
tree18f22a14353ee1dc19ae0f1739c76e8054f46fc6 /libavcodec/Makefile
parent14eb0a2ed1da9a4cdcf55f2d13eb80327fe2d925 (diff)
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
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 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)