vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Dec 20 11:07:14 2017 +0100| [3c14de35edc7938a2a6eec549279281e2b17dddd] | committer: Jean-Baptiste Kempf
Contribs: fix mpg123 pkg-config name detection > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c14de35edc7938a2a6eec549279281e2b17dddd --- contrib/src/mpg123/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/mpg123/rules.mak b/contrib/src/mpg123/rules.mak index 35cbc31d64..2d43c8ce22 100644 --- a/contrib/src/mpg123/rules.mak +++ b/contrib/src/mpg123/rules.mak @@ -3,7 +3,7 @@ MPG123_VERSION := 1.25.7 MPG123_URL := $(SF)/mpg123/mpg123/$(MPG123_VERSION)/mpg123-$(MPG123_VERSION).tar.bz2 PKGS += mpg123 -ifeq ($(call need_pkg,"mpg123"),) +ifeq ($(call need_pkg,"libmpg123"),) PKGS_FOUND += mpg123 endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
