mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
6b70bf3139
Drop @LIBVA_EXTRA_{CFLAGS,LIBS}@ substitutions and slightly improve descriptions with clearer renderer names.
12 lines
431 B
PkgConfig
12 lines
431 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer VA-API (X11) Plugins Libraries
|
|
Description: Streaming media framework, VA-API (X11) plugins libraries
|
|
Requires: gstreamer-vaapi-@GST_MAJORMINOR@ @LIBVA_X11_PKGNAME@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstvaapi-x11-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|