From: Rafaël Carré Date: Sun, 27 Nov 2011 08:13:03 +0000 (-0500) Subject: contrib: shout: skip if not building encoders X-Git-Tag: 1.3.0-git~16 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=259b9e4bcb0dee4f27c1c005f8c6ec0705558585;p=vlc contrib: shout: skip if not building encoders --- diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak index b6319c6385..abfb5d942b 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