]> git.sesse.net Git - movit/blob - movit.pc.in
Support pad/crop from bottom, not just from the top.
[movit] / movit.pc.in
1 # Movit pkg-config source file.
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
7 datarootdir=@datarootdir@
8 datadir=@datadir@
9 shaderdir=@datadir@/movit
10
11 Name: movit
12 Description: Movit is a library for high-quality, high-performance video filters.
13 Version: git
14 Requires:
15 Conflicts:
16 Libs: -lmovit @GLEW_LIBS@
17 Cflags: -I${includedir}/movit @Eigen3_CFLAGS@ @GLEW_CFLAGS@