whitespace and sorting cosmetics
authorDiego Biurrun <diego@biurrun.de>
Sun, 27 Jan 2008 14:52:58 +0000 (14:52 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 27 Jan 2008 14:52:58 +0000 (14:52 +0000)
Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index b74f874..a6485b7 100644 (file)
@@ -471,19 +471,15 @@ clean::
 
 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)
 
-apiexample: apiexample.o $(LIBNAME)
-
 cpuid-test: i386/cputest.c
-
+apiexample: apiexample.o $(LIBNAME)
 dct-test: dct-test.o fdctref.o $(LIBNAME)
-
 fft-test: fft-test.o $(LIBNAME)
-
 motion-test: motion-test.o $(LIBNAME)
 
 %-test: %.c $(LIBNAME)