]> git.sesse.net Git - vlc/blob - src/vlc-plugin.pc.in
Add the vlclibdir variable to the .pc
[vlc] / src / vlc-plugin.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 pkgincludedir=@pkgincludedir@
6 PKGDIR=@PKGDIR@
7 vlclibdir=@vlclibdir@
8
9 Name: VLC plugin API
10 Description: VLC media player plugin interface
11 Version: @VERSION@
12 Cflags: -I${includedir} -I${pkgincludedir}/plugins \
13         -D_FILE_OFFSET_BITS=64 \
14         -D__USE_UNIX98 \
15         -D_LARGEFILE64_SOURCE \
16         @DEFS_BIGENDIAN@ \
17         -D_REENTRANT \
18         -D_THREAD_SAFE
19 # Plugins should link against an _already_ loaded LibVLC.
20 #Libs: -L${libdir} -lvlccore