mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
Move some lines in preparation for an upcoming commit.
Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4942a0e8ee
commit
fe34942e92
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user