From 7bd11e51ac8dee7c27faff7c1c406164f2943a94 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Sat, 11 Oct 2014 21:42:10 -0400 Subject: [PATCH] contrib: speexdsp: disable examples --- contrib/src/speexdsp/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/speexdsp/rules.mak b/contrib/src/speexdsp/rules.mak index e87bd02d50..b8a0fd6461 100644 --- a/contrib/src/speexdsp/rules.mak +++ b/contrib/src/speexdsp/rules.mak @@ -22,7 +22,7 @@ speexdsp: speexdsp-$(SPEEXDSP_VERSION).tar.gz .sum-speexdsp $(ZCAT) "$<" | (cd $@-git && tar xv --strip-components=1) $(MOVE) -SPEEXDSP_CONF := --enable-resample-full-sinc-table +SPEEXDSP_CONF := --enable-resample-full-sinc-table --disable-examples ifeq ($(ARCH),aarch64) # old neon, not compatible with aarch64 SPEEXDSP_CONF += --disable-neon -- 2.39.5