mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +00:00
pkgconfig: fix dependencies and slightly improve description.
Drop @LIBVA_EXTRA_{CFLAGS,LIBS}@ substitutions and slightly improve descriptions with clearer renderer names.
This commit is contained in:
parent
8bcfeb5a1c
commit
6b70bf3139
3 changed files with 10 additions and 10 deletions
|
@ -4,9 +4,9 @@ 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
|
||||
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@
|
||||
Libs: -L${libdir} -lgstvaapi-glx-@GST_MAJORMINOR@
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -4,9 +4,9 @@ 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
|
||||
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@ @LIBVA_EXTRA_LIBS@
|
||||
Cflags: -I${includedir} @LIBVA_EXTRA_CFLAGS@
|
||||
Libs: -L${libdir} -lgstvaapi-x11-@GST_MAJORMINOR@
|
||||
Cflags: -I${includedir}
|
||||
|
|
|
@ -8,5 +8,5 @@ Name: GStreamer VA-API Plugins Libraries
|
|||
Description: Streaming media framework, VA-API plugins libraries
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ @LIBVA_PKGNAME@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstvaapi-@GST_MAJORMINOR@ @LIBVA_EXTRA_LIBS@
|
||||
Cflags: -I${includedir} @LIBVA_EXTRA_CFLAGS@
|
||||
Libs: -L${libdir} -lgstvaapi-@GST_MAJORMINOR@
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue