mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
13 lines
471 B
PkgConfig
13 lines
471 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
||
|
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
Name: GStreamer VA-API (glx) Plugins Libraries
|
||
|
Description: Streaming media framework, VA-API (glx) plugins libraries
|
||
|
Requires: gstreamer-vaapi-@GST_MAJORMINOR@ @LIBVA_GLX_PKGNAME@
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lgstvaapi-glx-@GST_MAJORMINOR@ @LIBVA_EXTRA_LIBS@
|
||
|
Cflags: -I${includedir} @LIBVA_EXTRA_CFLAGS@
|