[Ffmpeg-cvslog] r6542 - trunk/libavcodec/Makefile
diego
subversion
Tue Oct 3 19:59:11 CEST 2006
Author: diego
Date: Tue Oct 3 19:59:10 2006
New Revision: 6542
Modified:
trunk/libavcodec/Makefile
Log:
Also remove cpuid_test on clean.
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Tue Oct 3 19:59:10 2006
@@ -374,14 +374,14 @@
LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR)
endif
-TESTS= imgresample-test dct-test motion-test fft-test
+TESTS= cpuid_test imgresample-test dct-test motion-test fft-test
include $(SRC_PATH)/common.mak
amrlibs:
$(MAKE) -C amr spclib fipoplib
-tests: apiexample cpuid_test $(TESTS)
+tests: apiexample $(TESTS)
clean::
rm -f \
More information about the ffmpeg-cvslog
mailing list