[FFmpeg-cvslog] r11644 - in trunk: libavcodec/Makefile libavutil/Makefile

diego subversion
Mon Jan 28 00:27:13 CET 2008


Author: diego
Date: Mon Jan 28 00:27:13 2008
New Revision: 11644

Log:
Move some lines in preparation for an upcoming commit.


Modified:
   trunk/libavcodec/Makefile
   trunk/libavutil/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Mon Jan 28 00:27:13 2008
@@ -454,6 +454,11 @@ NAME=avcodec
 LIBVERSION=$(LAVCVERSION)
 LIBMAJOR=$(LAVCMAJOR)
 
+TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow)
+ifeq ($(ARCH_X86),yes)
+TESTS += cpuid-test$(EXESUF) motion-test$(EXESUF)
+endif
+
 include ../common.mak
 
 clean::
@@ -469,11 +474,6 @@ clean::
 	   sparc/*.o sparc/*~ \
 	   apiexample$(EXESUF) $(TESTS)
 
-TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow)
-ifeq ($(ARCH_X86),yes)
-TESTS += cpuid-test$(EXESUF) motion-test$(EXESUF)
-endif
-
 tests: apiexample$(EXESUF) $(TESTS)
 
 cpuid-test$(EXESUF): i386/cputest.c

Modified: trunk/libavutil/Makefile
==============================================================================
--- trunk/libavutil/Makefile	(original)
+++ trunk/libavutil/Makefile	Mon Jan 28 00:27:13 2008
@@ -41,10 +41,10 @@ NAME=avutil
 LIBVERSION=$(LAVUVERSION)
 LIBMAJOR=$(LAVUMAJOR)
 
-include ../common.mak
-
 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree)
 
+include ../common.mak
+
 tests: $(TESTS)
 
 %-test$(EXESUF): %.c $(LIBNAME)




More information about the ffmpeg-cvslog mailing list