[vlc-commits] contrib: shout: skip if not building encoders

Rafaël Carré git at videolan.org
Sun Nov 27 09:57:06 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Nov 27 03:13:03 2011 -0500| [259b9e4bcb0dee4f27c1c005f8c6ec0705558585] | committer: Rafaël Carré

contrib: shout: skip if not building encoders

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

 contrib/src/shout/rules.mak |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak
index b6319c6..abfb5d9 100644
--- a/contrib/src/shout/rules.mak
+++ b/contrib/src/shout/rules.mak
@@ -3,7 +3,9 @@
 SHOUT_VERSION := 2.2.2
 SHOUT_URL := http://downloads.us.xiph.org/releases/libshout/libshout-$(SHOUT_VERSION).tar.gz
 
+ifdef BUILD_ENCODERS
 PKGS += shout
+endif
 ifeq ($(call need_pkg,"shout >= 2.1"),)
 PKGS_FOUND += shout
 endif



More information about the vlc-commits mailing list