[SCM] libav/experimental: 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.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:00:12 UTC 2013


The following commit has been merged in the experimental branch:
commit 86c33b29d2079583d6805887c6519825151f1b0c
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 21 07:11:27 2007 +0000

    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

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0592084..6701a4e 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
similarity index 100%
rename from libavcodec/motion_test.c
rename to libavcodec/motion-test.c

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list