diff options
author | root <root@localhost.localdomain> | 2007-06-19 16:09:11 -0700 |
---|---|---|
committer | root <root@localhost.localdomain> | 2007-06-19 16:09:11 -0700 |
commit | 3f722958b1dd45e1ad8d50663836579553297fdd (patch) | |
tree | 80957d1debacae96ee54be25f5037cf1880fe49f /libva.pc.in | |
download | libva-3f722958b1dd45e1ad8d50663836579553297fdd.tar.gz |
Initial commit of libva
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..d46f53c --- /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) interface +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lva +Cflags: -I${includedir} |