Browse Source

whitespace and sorting cosmetics

Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
1260eb4a68
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      libavcodec/Makefile

+ 2
- 6
libavcodec/Makefile View File

@@ -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)


Loading…
Cancel
Save