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