Mercurial > libavcodec.hg
changeset 6183:b65c4378ecfe libavcodec
whitespace and sorting cosmetics
author | diego |
---|---|
date | Sun, 27 Jan 2008 14:52:58 +0000 |
parents | 45b44718ff31 |
children | 4ba171d6d84a |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jan 27 14:50:29 2008 +0000 +++ b/Makefile Sun Jan 27 14:52:58 2008 +0000 @@ -471,19 +471,15 @@ TESTS = $(addsuffix -test, cabac dct eval fft h264 imgresample rangecoder snow) ifeq ($(ARCH_X86),yes) -TESTS+= cpuid-test motion-test +TESTS += cpuid-test motion-test endif tests: apiexample $(TESTS) +cpuid-test: i386/cputest.c apiexample: apiexample.o $(LIBNAME) - -cpuid-test: i386/cputest.c - dct-test: dct-test.o fdctref.o $(LIBNAME) - fft-test: fft-test.o $(LIBNAME) - motion-test: motion-test.o $(LIBNAME) %-test: %.c $(LIBNAME)