Commit 0202ccfc authored by Christophe Mutricy's avatar Christophe Mutricy

We're back to linking the plugins with libvlccore

parent cf759926
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment