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

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


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

> 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
 



More information about the vlc-commits mailing list