repo.or.cz
/
vapoursynth-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix things on case-insensitive file systems.
[vapoursynth-svn.git]
/
vapoursynth-script.pc.in
blob
0c5fbca6821141e7c240ed45b58873c5b73f885e
1
prefix=@PREFIX@
2
libdir=@LIBDIR@
3
includedir=@INCLUDEDIR@
4
5
Name: VapourSynth Script
6
Description: Library for interfacing VapourSynth with Python
7
Version: @VERSION@
8
9
Requires.private: libavutil, libswscale, QtCore, VapourSynth
10
Libs: -L${libdir} -lvapoursynth-script
11
Libs.private: @LIBS@
12
Cflags: -I${includedir}