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