[vlc-devel] commit: We're back to linking the plugins with libvlccore ( Christophe Mutricy )

git version control git at videolan.org
Tue Feb 17 01:26:01 CET 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Feb 17 00:17:38 2009 +0000| [0202ccfc6e469c2638dcd0767d4747b7456a3105] | committer: Christophe Mutricy 

We're back to linking the plugins with libvlccore

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0202ccfc6e469c2638dcd0767d4747b7456a3105
---

 src/vlc-plugin.pc.in |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in
index b20d489..467f2fc 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




More information about the vlc-devel mailing list