[SCM] libav/experimental: Also remove cpuid_test on clean.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 93555ad5003582aa65f1c9d03b8f739e05ddaf60
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Oct 3 17:59:10 2006 +0000

    Also remove cpuid_test on clean.
    
    Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1b41ae9..0832221 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -374,14 +374,14 @@ ifeq ($(BUILD_SHARED),yes)
 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 \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list