[FFmpeg-cvslog] r11632 - trunk/libavcodec/Makefile
diego
subversion
Sun Jan 27 15:52:58 CET 2008
Author: diego
Date: Sun Jan 27 15:52:58 2008
New Revision: 11632
Log:
whitespace and sorting cosmetics
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Sun Jan 27 15:52:58 2008
@@ -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)
More information about the ffmpeg-cvslog
mailing list