mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
6e621413ab
Fix gstreamer-vaapi includedir for GStreamer 1.2 setups. i.e. use the pkgconfig version (1.0) instead of the intended API version (1.2). libgstvaapi1.0-dev and libgstvaapi1.2-dev packages will now conflict, as would core GStreamer 1.0 and GStreamer 1.2 dev packages anyway.
12 lines
507 B
PkgConfig
12 lines
507 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_PKG_VERSION@
|
|
pluginsdir=@libdir@/gstreamer-@GST_PKG_VERSION@
|
|
|
|
Name: GStreamer VA-API Plugins Libraries
|
|
Description: Streaming media framework, VA-API plugins libraries
|
|
Requires: gstreamer-@GST_PKG_VERSION@ >= @GST_VERSION_REQUIRED@ gstreamer-base-@GST_PKG_VERSION@ >= @GST_PLUGINS_BASE_VERSION_REQUIRED@ @LIBVA_PKGNAME@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstvaapi-@GST_API_VERSION@
|
|
Cflags: -I${includedir}
|