Browse Source

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.
pull/128/head
Martin Storsjö 5 years ago
parent
commit
0d48be6370
  1. 2
      lib/libvlc.pc.in

2
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

Loading…
Cancel
Save