Commit 259b9e4b authored by Rafaël Carré's avatar Rafaël Carré

contrib: shout: skip if not building encoders

parent ababf119
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
SHOUT_VERSION := 2.2.2 SHOUT_VERSION := 2.2.2
SHOUT_URL := http://downloads.us.xiph.org/releases/libshout/libshout-$(SHOUT_VERSION).tar.gz SHOUT_URL := http://downloads.us.xiph.org/releases/libshout/libshout-$(SHOUT_VERSION).tar.gz
ifdef BUILD_ENCODERS
PKGS += shout PKGS += shout
endif
ifeq ($(call need_pkg,"shout >= 2.1"),) ifeq ($(call need_pkg,"shout >= 2.1"),)
PKGS_FOUND += shout PKGS_FOUND += shout
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment