[vlc-commits] contrib: speexdsp: disable examples

Tristan Matthews git at videolan.org
Sun Oct 12 18:58:22 CEST 2014


vlc/vlc-2.2 | branch: master | Tristan Matthews <tmatth at videolan.org> | Sat Oct 11 21:42:10 2014 -0400| [ac4f2bc6d06890f40034d8ad368c208de76a61a6] | committer: Jean-Baptiste Kempf

contrib: speexdsp: disable examples

(cherry picked from commit 7bd11e51ac8dee7c27faff7c1c406164f2943a94)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

Conflicts:
	contrib/src/speexdsp/rules.mak

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=ac4f2bc6d06890f40034d8ad368c208de76a61a6
---

 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 7a2bc80..9b58675 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
 ifndef HAVE_FPU
 SPEEXDSP_CONF += --enable-fixed-point
 ifeq ($(ARCH),arm)



More information about the vlc-commits mailing list