From 57211af47b2f6f98f4e0e5616f2e7a6ea2d05ebc Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Mon, 25 Jan 2016 14:13:25 -0800 Subject: gstreamer-vaapi: Update 0.6.1-> 0.7.0 0001-libs-remove-unneeded-headers.patch is not required by new version. Signed-off-by: Jianxun Zhang Signed-off-by: Saul Wold --- .../0001-libs-remove-unneeded-headers.patch | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-libs-remove-unneeded-headers.patch (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi') diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-libs-remove-unneeded-headers.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-libs-remove-unneeded-headers.patch deleted file mode 100644 index 66335501..00000000 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-libs-remove-unneeded-headers.patch +++ /dev/null @@ -1,58 +0,0 @@ -Upstream-Status: Backport from upstream -Signed-off-by: Saul Wold - -From f182fcfb379344690292c52542f92a9e7f0bf1a3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= - -Date: Wed, 4 Nov 2015 16:50:44 +0100 -Subject: [PATCH] libs: remove unneeded headers -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Since gstvaapidisplay_glx.h do not expose gl.h/glx.h structures, it is not -required to include them in the header. It is not also required to include -them in gstvaapidisplay_glx.c, since gstvaapiutils_glx.h includes them and -exposes their structures (e.g. GLXPixmap). - -Nonetheless, glext.h neither glxext.h are required to include, they are -already included conditionally by gl.h and glx.h, respectively. - -Signed-off-by: Víctor Manuel Jáquez Leal - -https://bugzilla.gnome.org/show_bug.cgi?id=757577 ---- - gst-libs/gst/vaapi/gstvaapidisplay_glx.h | 2 -- - gst-libs/gst/vaapi/gstvaapiutils_glx.h | 2 -- - 2 files changed, 4 deletions(-) - -diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_glx.h b/gst-libs/gst/vaapi/gstvaapidisplay_glx.h -index 8096cb2..485c413 100644 ---- a/gst-libs/gst/vaapi/gstvaapidisplay_glx.h -+++ b/gst-libs/gst/vaapi/gstvaapidisplay_glx.h -@@ -25,8 +25,6 @@ - #ifndef GST_VAAPI_DISPLAY_GLX_H - #define GST_VAAPI_DISPLAY_GLX_H - --#include --#include - #include - - G_BEGIN_DECLS -diff --git a/gst-libs/gst/vaapi/gstvaapiutils_glx.h b/gst-libs/gst/vaapi/gstvaapiutils_glx.h -index c89c85f..d78b3ee 100644 ---- a/gst-libs/gst/vaapi/gstvaapiutils_glx.h -+++ b/gst-libs/gst/vaapi/gstvaapiutils_glx.h -@@ -28,9 +28,7 @@ - #include "config.h" - #include "libgstvaapi_priv_check.h" - #include --#include - #include --#include - #include - - #if GLX_GLXEXT_VERSION < 18 --- -2.5.0 - -- cgit v1.2.3-54-g00ecf