[SCM] libav/experimental: Only build motion-test if MMX is enabled.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:41:51 UTC 2013


The following commit has been merged in the experimental branch:
commit c7594e0764d9d41ec4fb6b14deacd3cc6eafc4b3
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Mar 20 11:43:58 2009 +0000

    Only build motion-test if MMX is enabled.
    
    Originally committed as revision 18069 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 62793bf..34d7dbc 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -525,7 +525,8 @@ OBJS-$(HAVE_VIS)                       += sparc/dsputil_vis.o           \
 
 
 TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow)
-TESTS-$(ARCH_X86) += x86/cpuid-test$(EXESUF) motion-test$(EXESUF)
+TESTS-$(ARCH_X86) += x86/cpuid-test$(EXESUF)
+TESTS-$(HAVE_MMX) += motion-test$(EXESUF)
 
 CLEANFILES = apiexample$(EXESUF)
 DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list