[vlc-commits] Contribs: detect live555 with pkg-config
Jean-Baptiste Kempf
git at videolan.org
Wed Dec 20 11:13:27 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 20 11:12:54 2017 +0100| [eeb48d49aee4ebbc8067754caa7f2b1165b058fd] | committer: Jean-Baptiste Kempf
Contribs: detect live555 with pkg-config
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eeb48d49aee4ebbc8067754caa7f2b1165b058fd
---
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)
More information about the vlc-commits
mailing list