summaryrefslogtreecommitdiff
path: root/libva.pc.in
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-06-13 09:17:46 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-06-13 09:17:46 +0800
commit527643827e6589645df6fe2232c2d397f9fe76e9 (patch)
tree21273912c858cb5f0fc07978daa1371005567781 /libva.pc.in
parentbd592e383a2b863863c20cbb51ccfc8f6a068e84 (diff)
downloadlibva-527643827e6589645df6fe2232c2d397f9fe76e9.tar.gz
Fix the issue that all files are moved into a sub-directory libva.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'libva.pc.in')
-rw-r--r--libva.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libva.pc.in b/libva.pc.in
new file mode 100644
index 0000000..16fb6aa
--- /dev/null
+++ b/libva.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libva
+Description: Userspace Video Acceleration (VA) core interface
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lva
+Cflags: -I${includedir}