[SCM] libav/experimental: cosmetics: Group all test targets together.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 7f4f3e169fd85432a62d62fbf23e448022eedb50
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat May 12 10:43:45 2007 +0000

    cosmetics: Group all test targets together.
    
    Originally committed as revision 9004 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0ddf881..ef7a6cd 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -401,15 +401,8 @@ NAME=avcodec
 LIBVERSION=$(LAVCVERSION)
 LIBMAJOR=$(LAVCMAJOR)
 
-TESTS= imgresample-test fft-test dct-test
-ifeq ($(TARGET_ARCH_X86),yes)
-TESTS+= cpuid_test motion-test
-endif
-
 include ../common.mak
 
-tests: apiexample $(TESTS)
-
 clean::
 	rm -f \
 	   i386/*.o i386/*~ \
@@ -422,6 +415,13 @@ clean::
 	   sparc/*.o sparc/*~ \
 	   apiexample $(TESTS)
 
+TESTS= imgresample-test fft-test dct-test
+ifeq ($(TARGET_ARCH_X86),yes)
+TESTS+= cpuid_test motion-test
+endif
+
+tests: apiexample $(TESTS)
+
 apiexample: apiexample.o $(LIB)
 
 cpuid_test: i386/cputest.c

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list