Fix things on case-insensitive file systems.
[vapoursynth-svn.git] / vapoursynth.pc.in
blob6533c9cc097c990180defebb6005e4b5de4bb8a6
1 prefix=@PREFIX@
2 libdir=@LIBDIR@
3 includedir=@INCLUDEDIR@
5 Name: VapourSynth
6 Description: A frameserver for the 21st century
7 Version: @VERSION@
9 Requires.private: libavutil, libswscale, QtCore
10 Libs: -L${libdir} -lvapoursynth
11 Libs.private: @LIBS@
12 Cflags: -I${includedir}