summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch
deleted file mode 100644
index c42e01fe..00000000
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Fix compilation of the Wayland backend when using GStreamer 0.10.
2
3Upstream-Status: Submitted (https://bugzilla.gnome.org/show_bug.cgi?id=712282)
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/gst-libs/gst/vaapi/Makefile.am b/gst-libs/gst/vaapi/Makefile.am
7index ab605e1..0a3fa38 100644
8--- a/gst-libs/gst/vaapi/Makefile.am
9+++ b/gst-libs/gst/vaapi/Makefile.am
10@@ -364,6 +364,7 @@ libgstvaapi_wayland_@GST_API_VERSION@_la_CFLAGS = \
11 -I$(top_srcdir)/gst-libs \
12 $(GLIB_CFLAGS) \
13 $(GST_BASE_CFLAGS) \
14+ $(top_builddir)/gst-libs/gst/video/libgstvaapi-videoutils.la \
15 $(WAYLAND_CFLAGS) \
16 $(LIBVA_WAYLAND_CFLAGS) \
17 $(NULL)