From 0d48be6370fc243d48bb027d66b0d719ae9a1b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 17 Sep 2021 13:44:37 +0300 Subject: [PATCH] libvlc: Remove unsubstituted @LIBS_libvlc@ from libvlc.pc.in Since 7e916f4ce6d481025007732d7ff59d398380912c, @LIBS_libvlc@ no longer gets substituted in the pkg-config files (as VLC_ADD_LIBS([libvlc vlc],[...]) was responsible for invoking AC_SUBST() for the LIBS_libvlc variable. This fixes building e.g. npapi-vlc after this commit. --- lib/libvlc.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libvlc.pc.in b/lib/libvlc.pc.in index 2cb6899834..fa3e0f3ad6 100644 --- a/lib/libvlc.pc.in +++ b/lib/libvlc.pc.in @@ -8,4 +8,4 @@ Description: VLC media player external control library Version: @VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lvlc -Libs.private: -lvlccore @LIBS_libvlc@ +Libs.private: -lvlccore