vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed 
Dec 20 11:12:54 2017 +0100| [c75abc55acfab3bc73c997af482801f9623c4f3d] | 
committer: Jean-Baptiste Kempf

Contribs: detect live555 with pkg-config

(cherry picked from commit eeb48d49aee4ebbc8067754caa7f2b1165b058fd)
Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 contrib/src/live555/rules.mak | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index 11bf9c0052..a2ef4f842c 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -10,6 +10,10 @@ PKGS += live555
 endif
 endif
 
+ifeq ($(call need_pkg,"live555"),)
+PKGS_FOUND += live555
+endif
+
 $(TARBALLS)/$(LIVE555_FILE):
        $(call download_pkg,$(LIVEDOTCOM_URL),live555)
 

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

Reply via email to