summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer-vaapi/gstreamer14.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi/gstreamer14.patch')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi/gstreamer14.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/gstreamer14.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/gstreamer14.patch
new file mode 100644
index 00000000..7b54b316
--- /dev/null
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/gstreamer14.patch
@@ -0,0 +1,36 @@
1Upstream-Status: Backport
2Signed-off-by: Ross Burton <ross.burton@intel.com>
3
4From 580100d7498f861b04e6e727a4fc71bd29df46b6 Mon Sep 17 00:00:00 2001
5From: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
6Date: Mon, 28 Jul 2014 14:20:33 +0200
7Subject: [PATCH] configure: fix build with GStreamer 1.4.0 release.
8
9---
10 configure.ac | 4 ++--
11 1 files changed, 2 insertions(+), 2 deletions(-)
12
13diff --git a/configure.ac b/configure.ac
14index c98d08c..b41d483 100644
15--- a/configure.ac
16+++ b/configure.ac
17@@ -220,7 +220,7 @@ case $GST_API_VERSION in
18 GST_PLUGINS_BASE_VERSION_REQUIRED=gst12_plugins_base_version
19 GST_PLUGINS_BAD_VERSION_REQUIRED=gst12_plugins_bad_version
20 ;;
21-1.3)
22+1.[[3-4]])
23 GST_VERSION_REQUIRED=gst14_version
24 GST_PLUGINS_BASE_VERSION_REQUIRED=gst14_plugins_base_version
25 GST_PLUGINS_BAD_VERSION_REQUIRED=gst14_plugins_bad_version
26@@ -473,7 +473,7 @@ case $GST_API_VERSION in
27 0.10) lt_bias=gst0_vaapi_lt_current_bias;;
28 1.0) lt_bias=gst1_vaapi_lt_current_bias;;
29 1.2) lt_bias=gst2_vaapi_lt_current_bias;;
30-1.3) lt_bias=gst4_vaapi_lt_current_bias;;
31+1.[[3-4]]) lt_bias=gst4_vaapi_lt_current_bias;;
32 esac
33 GST_VAAPI_MAJOR_VERSION=`expr gst_vaapi_lt_current - "$lt_bias"`
34 AC_SUBST(GST_VAAPI_MAJOR_VERSION)
35--
361.7.1