Make preprocessing of .pyx actually work with MSVC.
[vapoursynth-svn.git] / vapoursynth.pc.in
blob3dda9c9b8e4e2b905979d4251eaa54ff0acd5279
1 prefix=@PREFIX@
2 exec_prefix=@PREFIX@
3 libdir=@PREFIX@/lib
4 includedir=@PREFIX@/include
6 Name: VapourSynth
7 Description: A frameserver for the 21st century
8 Version: @VERSION@
10 Requires.private: libavutil, libswscale, QtCore
11 Libs: -L${libdir} -lvapoursynth
12 Libs.private: @LIBS@
13 Cflags: -I${includedir}