~ubuntu-branches/ubuntu/quantal/gstreamer-vaapi/quantal

« back to all changes in this revision

Viewing changes to pkgconfig/gstreamer-vaapi-glx.pc.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-02-10 14:35:09 UTC
  • Revision ID: package-import@ubuntu.com-20120210143509-wq9j8uqb5leu1iik
Tags: upstream-0.3.4
ImportĀ upstreamĀ versionĀ 0.3.4

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@/gstreamer-@GST_MAJORMINOR@
 
5
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
 
6
 
 
7
Name: GStreamer VA-API (glx) Plugins Libraries
 
8
Description: Streaming media framework, VA-API (glx) plugins libraries
 
9
Requires: gstreamer-vaapi-@GST_MAJORMINOR@ @LIBVA_GLX_PKGNAME@
 
10
Version: @VERSION@
 
11
Libs: -L${libdir} -lgstvaapi-glx-@GST_MAJORMINOR@ @LIBVA_EXTRA_LIBS@
 
12
Cflags: -I${includedir} @LIBVA_EXTRA_CFLAGS@