From 0202ccfc6e469c2638dcd0767d4747b7456a3105 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 17 Feb 2009 00:17:38 +0000 Subject: [PATCH] We're back to linking the plugins with libvlccore --- src/vlc-plugin.pc.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.39.2