blob: 51b88ce119d43e085479356e6e59ee125b93e44a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: XvMC
Description: The XvMC Library
Version: @PACKAGE_VERSION@
Requires: xproto videoproto
Requires.private: x11 xext
Cflags: -I${includedir}
Libs: -L${libdir} -lXvMC
|