diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-09-03 11:20:35 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-09-03 11:20:35 +0800 |
commit | 8c14a97b2236eb4faaf40e06de9beb7d95701081 (patch) | |
tree | ef10d78216d3a41670faeb085910e5fa2af8ad7d /libva-x11.pc.in | |
parent | 4e349bb8e8857435d82fc7cbb3afcf5e36645f95 (diff) | |
download | libva-8c14a97b2236eb4faaf40e06de9beb7d95701081.tar.gz |
Mv libva_display.pc.in -> libva-x11.pc.in to fix autogen.sh issue
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'libva-x11.pc.in')
-rw-r--r-- | libva-x11.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libva-x11.pc.in b/libva-x11.pc.in new file mode 100644 index 0000000..75e4f0b --- /dev/null +++ b/libva-x11.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +display=x11 + +Name: libva-${display} +Description: Userspace Video Acceleration (VA) ${display} interface +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lva-${display} +Cflags: -I${includedir} |