]> git.sesse.net Git - vlc/commitdiff
contrib: shout: skip if not building encoders
authorRafaël Carré <funman@videolan.org>
Sun, 27 Nov 2011 08:13:03 +0000 (03:13 -0500)
committerRafaël Carré <funman@videolan.org>
Sun, 27 Nov 2011 08:56:42 +0000 (03:56 -0500)
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