mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
build: link libgstvaapi-wayland against videoutils.
This library is using symbols that don't exist in GStreamer 0.10 so it needs to link to built-in implementation (libgstvaapi-videoutils). https://bugzilla.gnome.org/show_bug.cgi?id=712282 Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
922a04b734
commit
bc8a87d8bb
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ libgstvaapi_wayland_@GST_API_VERSION@_la_CFLAGS = \
|
|||
$(GST_BASE_CFLAGS) \
|
||||
$(WAYLAND_CFLAGS) \
|
||||
$(LIBVA_WAYLAND_CFLAGS) \
|
||||
$(top_builddir)/gst-libs/gst/video/libgstvaapi-videoutils.la \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_wayland_@GST_API_VERSION@_la_LIBADD = \
|
||||
|
|
Loading…
Reference in a new issue