1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
vlc/lib/libvlc.pc.in
Martin Storsjö 0d48be6370 libvlc: Remove unsubstituted @LIBS_libvlc@ from libvlc.pc.in
Since 7e916f4ce6, @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.
2021-09-17 13:46:23 +03:00

12 lines
254 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: LibVLC control API
Description: VLC media player external control library
Version: @VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lvlc
Libs.private: -lvlccore