summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-12-10 19:44:58 +0000
committerDarren Hart <dvhart@linux.intel.com>2014-07-28 19:45:38 +0000
commitc17da631e1e865fe40e59da0cb27848855d27be4 (patch)
tree9534b88dcf9b1fd2e6a8f70f6ea1429cd6d26a98 /common/recipes-multimedia/gstreamer/gstreamer-vaapi/wayland-compile.patch
parentcfcb2bf22ecaa89be829fe611fe56d3bdeefa557 (diff)
downloadmeta-intel-c17da631e1e865fe40e59da0cb27848855d27be4.tar.gz
gstreamer-vaapi: Upgrade to 0.5.8
For the 0.10 variant: - Drop wayland-compile patch merged upstream - Add files which were missing in the tarball - Disable Wayland support as it doesn't build Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 67b7f6f3a03ddbdcf66823eb5a236edbc0aa4858)
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)