vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Dec 20 11:07:14 2017 +0100| [0534d294b524f4ad54a687b3ea5ccb8d51df67b7] | committer: Jean-Baptiste Kempf
Contribs: fix mpg123 pkg-config name detection (cherry picked from commit 3c14de35edc7938a2a6eec549279281e2b17dddd) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0534d294b524f4ad54a687b3ea5ccb8d51df67b7 --- 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
