]> git.sesse.net Git - vlc/commitdiff
We're back to linking the plugins with libvlccore
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 17 Feb 2009 00:17:38 +0000 (00:17 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 17 Feb 2009 00:17:38 +0000 (00:17 +0000)
src/vlc-plugin.pc.in

index b20d48956fac3cb168cc7db969dab799db5b02f7..467f2fc34b477d5f3b84676e1e3338f4bbe460c8 100644 (file)
@@ -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