[SCM] libav/experimental: Use consistent names for all test programs.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:15 UTC 2013


The following commit has been merged in the experimental branch:
commit 2458c5c1c46ccc960291c7829c31876bea21e1cf
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jun 7 17:21:34 2007 +0000

    Use consistent names for all test programs.
    
    Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3bc2d78..33f50b8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -429,14 +429,14 @@ clean::
 
 TESTS= imgresample-test fft-test dct-test
 ifeq ($(TARGET_ARCH_X86),yes)
-TESTS+= cpuid_test motion-test
+TESTS+= cpuid-test motion-test
 endif
 
 tests: apiexample $(TESTS)
 
 apiexample: apiexample.o $(LIB)
 
-cpuid_test: i386/cputest.c
+cpuid-test: i386/cputest.c
 	$(CC) $(CFLAGS) -DTEST -o $@ $<
 
 imgresample-test: imgresample.c $(LIB)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list