diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-06-13 09:17:46 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-06-13 09:17:46 +0800 |
commit | 527643827e6589645df6fe2232c2d397f9fe76e9 (patch) | |
tree | 21273912c858cb5f0fc07978daa1371005567781 /libva.pc.in | |
parent | bd592e383a2b863863c20cbb51ccfc8f6a068e84 (diff) |
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.in | 10 |
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} |