[FFmpeg-cvslog] r9086 - in trunk/libavcodec: Makefile motion-test.c motion_test.c

diego subversion
Mon May 21 09:11:27 CEST 2007


Author: diego
Date: Mon May 21 09:11:27 2007
New Revision: 9086

Log:
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.


Added:
   trunk/libavcodec/motion-test.c
      - copied unchanged from r9083, /trunk/libavcodec/motion_test.c
Removed:
   trunk/libavcodec/motion_test.c
Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Mon May 21 09:11:27 2007
@@ -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)
 




More information about the ffmpeg-cvslog mailing list