From fe34942e922aa9574ea7cc139b32a7e076fd7607 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 27 Jan 2008 23:27:13 +0000 Subject: [PATCH] Move some lines in preparation for an upcoming commit. Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 10 +++++----- libavutil/Makefile | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 8d6f20a19..67a5c6ae0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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 diff --git a/libavutil/Makefile b/libavutil/Makefile index 064e7e81b..c5306709a 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -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) -- 2.11.0