vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Dec 20 11:15:21 2017 +0100| [b4ee1e8328087e3c7ff4f9ce6fffd3c69a3713f1] | committer: Jean-Baptiste Kempf
Contribs: detect sidplay2 with pkg-config > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4ee1e8328087e3c7ff4f9ce6fffd3c69a3713f1 --- 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
