Actions on cropping UI. This doesn't work yet, because I am unsure of the good way...
[vlc.git] / src / vlc-plugin.pc.in
blob6640bd9155388e66a05de4cd9df470ce6d67f062
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: VLC plugin API
7 Description: VLC media player plugin interface
8 Version: @VERSION@
9 Cflags: -I${includedir}/vlc/plugin \
10         -D_FILE_OFFSET_BITS=64 \
11         -D__USE_UNIX98 \
12         -D_LARGEFILE64_SOURCE \
13         -D_REENTRANT \
14         -D_THREAD_SAFE
15 Libs: -L${libdir} -lvlc