vlc | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]>

> 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))

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to