summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-01-25 14:13:25 -0800
committerSaul Wold <sgw@linux.intel.com>2016-01-25 14:53:26 -0800
commit57211af47b2f6f98f4e0e5616f2e7a6ea2d05ebc (patch)
tree3a513cc3c4af8499f4cc43d266783c09580301d4 /common
parent472b21ca271c6b1a58d084e75572f94ac82bea58 (diff)
downloadmeta-intel-57211af47b2f6f98f4e0e5616f2e7a6ea2d05ebc.tar.gz
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 <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb8
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.7.0.bb6
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-libs-remove-unneeded-headers.patch58
3 files changed, 6 insertions, 66 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb
deleted file mode 100644
index 9c07521f..00000000
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.6.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1require gstreamer-vaapi.inc
2
3DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
4
5SRC_URI += "file://0001-libs-remove-unneeded-headers.patch"
6
7SRC_URI[md5sum] = "f01425481bd161f57334dab7ab4069d3"
8SRC_URI[sha256sum] = "36fc8afeb7ec679ea8df34671a34dba57dcc0b66255fb0991acb485e3efd67b3"
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.7.0.bb b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.7.0.bb
new file mode 100644
index 00000000..cdcac54d
--- /dev/null
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi-1.0_0.7.0.bb
@@ -0,0 +1,6 @@
1require gstreamer-vaapi.inc
2
3DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
4
5SRC_URI[md5sum] = "ce2d4921b8d9c78edd609d95e8c502d3"
6SRC_URI[sha256sum] = "abe8ea4dfb3177d038b38610537c651b943707ed110882782a19b95a9ea04a92"
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 @@
1Upstream-Status: Backport from upstream
2Signed-off-by: Saul Wold <sgw@linux.intel.com>
3
4From f182fcfb379344690292c52542f92a9e7f0bf1a3 Mon Sep 17 00:00:00 2001
5From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?=
6 <victorx.jaquez@intel.com>
7Date: Wed, 4 Nov 2015 16:50:44 +0100
8Subject: [PATCH] libs: remove unneeded headers
9MIME-Version: 1.0
10Content-Type: text/plain; charset=UTF-8
11Content-Transfer-Encoding: 8bit
12
13Since gstvaapidisplay_glx.h do not expose gl.h/glx.h structures, it is not
14required to include them in the header. It is not also required to include
15them in gstvaapidisplay_glx.c, since gstvaapiutils_glx.h includes them and
16exposes their structures (e.g. GLXPixmap).
17
18Nonetheless, glext.h neither glxext.h are required to include, they are
19already included conditionally by gl.h and glx.h, respectively.
20
21Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
22
23https://bugzilla.gnome.org/show_bug.cgi?id=757577
24---
25 gst-libs/gst/vaapi/gstvaapidisplay_glx.h | 2 --
26 gst-libs/gst/vaapi/gstvaapiutils_glx.h | 2 --
27 2 files changed, 4 deletions(-)
28
29diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_glx.h b/gst-libs/gst/vaapi/gstvaapidisplay_glx.h
30index 8096cb2..485c413 100644
31--- a/gst-libs/gst/vaapi/gstvaapidisplay_glx.h
32+++ b/gst-libs/gst/vaapi/gstvaapidisplay_glx.h
33@@ -25,8 +25,6 @@
34 #ifndef GST_VAAPI_DISPLAY_GLX_H
35 #define GST_VAAPI_DISPLAY_GLX_H
36
37-#include <GL/gl.h>
38-#include <GL/glx.h>
39 #include <gst/vaapi/gstvaapidisplay_x11.h>
40
41 G_BEGIN_DECLS
42diff --git a/gst-libs/gst/vaapi/gstvaapiutils_glx.h b/gst-libs/gst/vaapi/gstvaapiutils_glx.h
43index c89c85f..d78b3ee 100644
44--- a/gst-libs/gst/vaapi/gstvaapiutils_glx.h
45+++ b/gst-libs/gst/vaapi/gstvaapiutils_glx.h
46@@ -28,9 +28,7 @@
47 #include "config.h"
48 #include "libgstvaapi_priv_check.h"
49 #include <GL/gl.h>
50-#include <GL/glext.h>
51 #include <GL/glx.h>
52-#include <GL/glxext.h>
53 #include <glib.h>
54
55 #if GLX_GLXEXT_VERSION < 18
56--
572.5.0
58