[vlc-commits] contrib: opus: don't build extra programs and doc
Tristan Matthews
git at videolan.org
Fri Oct 24 22:41:29 CEST 2014
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Fri Oct 24 16:39:37 2014 -0400| [bdd6d80e23f3358c887215fb0497dff79b799e09] | committer: Tristan Matthews
contrib: opus: don't build extra programs and doc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bdd6d80e23f3358c887215fb0497dff79b799e09
---
contrib/src/opus/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/opus/rules.mak b/contrib/src/opus/rules.mak
index d783648..56f0933 100644
--- a/contrib/src/opus/rules.mak
+++ b/contrib/src/opus/rules.mak
@@ -19,7 +19,7 @@ opus: opus-$(OPUS_VERSION).tar.gz .sum-opus
$(UPDATE_AUTOCONFIG)
$(MOVE)
-OPUS_CONF=
+OPUS_CONF= --disable-extra-programs --disable-doc
ifndef HAVE_FPU
OPUS_CONF += --enable-fixed-point
endif
More information about the vlc-commits
mailing list