From 259b9e4bcb0dee4f27c1c005f8c6ec0705558585 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 27 Nov 2011 03:13:03 -0500 Subject: [PATCH] contrib: shout: skip if not building encoders --- contrib/src/shout/rules.mak | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5