From: Christophe Mutricy Date: Tue, 17 Feb 2009 00:17:38 +0000 (+0000) Subject: We're back to linking the plugins with libvlccore X-Git-Tag: 1.0.0-pre1~613 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0202ccfc6e469c2638dcd0767d4747b7456a3105;p=vlc We're back to linking the plugins with libvlccore --- diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in index b20d48956f..467f2fc34b 100644 --- a/src/vlc-plugin.pc.in +++ b/src/vlc-plugin.pc.in @@ -3,8 +3,6 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ pkgincludedir=@includedir@/@PACKAGE@ -PKGDIR=@PKGDIR@ -vlclibdir=@vlclibdir@ Name: VLC plugin API Description: VLC media player plugin interface @@ -16,5 +14,4 @@ Cflags: -I${includedir} -I${pkgincludedir}/plugins \ @DEFS_BIGENDIAN@ \ -D_REENTRANT \ -D_THREAD_SAFE -# Plugins should link against an _already_ loaded LibVLC. -#Libs: -L${libdir} -lvlccore +Libs: -L${libdir} -lvlccore