[vlc-commits] contrib: speexdsp: disable examples
Tristan Matthews
git at videolan.org
Sun Oct 12 03:43:29 CEST 2014
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sat Oct 11 21:42:10 2014 -0400| [7bd11e51ac8dee7c27faff7c1c406164f2943a94] | committer: Tristan Matthews
contrib: speexdsp: disable examples
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7bd11e51ac8dee7c27faff7c1c406164f2943a94
---
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 e87bd02..b8a0fd6 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
More information about the vlc-commits
mailing list