Mercurial > libavcodec.hg
changeset 6191:0bc5338a2e33 libavcodec
Move some lines in preparation for an upcoming commit.
author | diego |
---|---|
date | Sun, 27 Jan 2008 23:27:13 +0000 |
parents | 2aa536e36c89 |
children | 3e13247560d4 |
files | Makefile |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jan 27 20:50:16 2008 +0000 +++ b/Makefile Sun Jan 27 23:27:13 2008 +0000 @@ -454,6 +454,11 @@ 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 @@ 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