Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
0d48be63 by Martin Storsjö at 2021-09-17T13:46:23+03:00
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.

- - - - -


1 changed file:

- lib/libvlc.pc.in


Changes:

=====================================
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



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/0d48be6370fc243d48bb027d66b0d719ae9a1b2c

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/0d48be6370fc243d48bb027d66b0d719ae9a1b2c
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to