[vlc-commits] Contribs: detect sidplay2 with pkg-config

Jean-Baptiste Kempf git at videolan.org
Wed Dec 20 17:04:23 CET 2017


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 20 11:15:21 2017 +0100| [93207d76ec4ec3c159db5a32795cf7e2cd6abb05] | committer: Jean-Baptiste Kempf

Contribs: detect sidplay2 with pkg-config

(cherry picked from commit b4ee1e8328087e3c7ff4f9ce6fffd3c69a3713f1)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/contrib/src/sidplay2/rules.mak b/contrib/src/sidplay2/rules.mak
index 9c18fef79d..9888313732 100644
--- a/contrib/src/sidplay2/rules.mak
+++ b/contrib/src/sidplay2/rules.mak
@@ -7,6 +7,10 @@ ifdef GPL
 PKGS += sidplay2
 endif
 
+ifeq ($(call need_pkg,"libsidplay2"),)
+PKGS_FOUND += sidplay2
+endif
+
 $(TARBALLS)/sidplay-libs-$(SID_VERSION).tar.gz:
 	$(call download_pkg,$(SID_URL),sidplay2)
 



More information about the vlc-commits mailing list