[vlc-commits] Contribs: fix mpg123 pkg-config name detection

Jean-Baptiste Kempf git at videolan.org
Wed Dec 20 11:07:27 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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
 



More information about the vlc-commits mailing list