summaryrefslogtreecommitdiff
path: root/vdpau.pc.in
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-01-13 16:58:45 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-01-13 23:56:08 -0800
commitae7d5d2425137cd3e7da338a80bdcad3f50f4ce7 (patch)
tree23beeb1fe8ea5e7ea87f01acf617d6e934dff0eb /vdpau.pc.in
parentb11a35a13b478615d60fe1908665b8f4349aa780 (diff)
Add autoconf stuff.
Diffstat (limited to 'vdpau.pc.in')
-rw-r--r--vdpau.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/vdpau.pc.in b/vdpau.pc.in
new file mode 100644
index 0000000..1ebf57f
--- /dev/null
+++ b/vdpau.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: VDPAU
+Description: The Video Decode and Presentation API for UNIX
+Version: @PACKAGE_VERSION@
+Requires.private: x11
+Cflags: -I${includedir}
+Libs: -L${libdir} -lvdpau