Commit e77a6db9 authored by diego's avatar diego

whitespace and sorting cosmetics


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11632 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2696a0f7
...@@ -471,19 +471,15 @@ clean:: ...@@ -471,19 +471,15 @@ clean::
TESTS = $(addsuffix -test, cabac dct eval fft h264 imgresample rangecoder snow) TESTS = $(addsuffix -test, cabac dct eval fft h264 imgresample rangecoder snow)
ifeq ($(ARCH_X86),yes) ifeq ($(ARCH_X86),yes)
TESTS+= cpuid-test motion-test TESTS += cpuid-test motion-test
endif endif
tests: apiexample $(TESTS) tests: apiexample $(TESTS)
apiexample: apiexample.o $(LIBNAME)
cpuid-test: i386/cputest.c cpuid-test: i386/cputest.c
apiexample: apiexample.o $(LIBNAME)
dct-test: dct-test.o fdctref.o $(LIBNAME) dct-test: dct-test.o fdctref.o $(LIBNAME)
fft-test: fft-test.o $(LIBNAME) fft-test: fft-test.o $(LIBNAME)
motion-test: motion-test.o $(LIBNAME) motion-test: motion-test.o $(LIBNAME)
%-test: %.c $(LIBNAME) %-test: %.c $(LIBNAME)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment