[vlc-commits] contrib: goom: use the system package if possible

Steve Lhomme git at videolan.org
Thu Oct 27 13:22:27 CEST 2016


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Wed Oct 26 17:40:03 2016 +0200| [757319aabaec22eac1b6cfc3240be60c6e9520f2] | committer: Rémi Denis-Courmont

contrib: goom: use the system package if possible

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=757319aabaec22eac1b6cfc3240be60c6e9520f2
---

 contrib/src/goom/rules.mak | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/src/goom/rules.mak b/contrib/src/goom/rules.mak
index a2052ed..7bc27c2 100644
--- a/contrib/src/goom/rules.mak
+++ b/contrib/src/goom/rules.mak
@@ -4,6 +4,9 @@ GOOM_VERSION := 2k4-0
 GOOM_URL := $(CONTRIB_VIDEOLAN)/goom/goom-$(GOOM_VERSION)-src.tar.gz
 
 PKGS += goom
+ifeq ($(call need_pkg,"libgoom2"),)
+PKGS_FOUND += goom
+endif
 
 $(TARBALLS)/goom-$(GOOM_VERSION)-src.tar.gz:
 	$(call download,$(GOOM_URL))



More information about the vlc-commits mailing list