diff Makefile @ 5056:bea5fb6c0999 libavcodec

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.
author diego
date Mon, 21 May 2007 07:11:27 +0000
parents 34a5f37c4bf7
children 5b63f62602fa
line wrap: on
line diff
--- a/Makefile	Mon May 21 07:05:23 2007 +0000
+++ b/Makefile	Mon May 21 07:11:27 2007 +0000
@@ -447,7 +447,7 @@
 
 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)