]> git.sesse.net Git - vlc/blobdiff - contrib/src/shout/rules.mak
contrib: shout: skip if not building encoders
[vlc] / contrib / src / shout / rules.mak
index b6319c63853d3a5e221775bd4994e3247671da05..abfb5d942b5c989899138957013bea01ebb81be4 100644 (file)
@@ -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