~misterc/libva/Trunk

« back to all changes in this revision

Viewing changes to libva.pc.in

  • Committer: Austin Yuan
  • Date: 2009-06-13 01:17:46 UTC
  • Revision ID: git-v1:527643827e6589645df6fe2232c2d397f9fe76e9
Fix the issue that all files are moved into a sub-directory libva.

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
Name: libva
 
7
Description: Userspace Video Acceleration (VA) core interface
 
8
Version: @PACKAGE_VERSION@
 
9
Libs: -L${libdir} -lva
 
10
Cflags: -I${includedir}