summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-01-22 15:18:46 -0800
committerSaul Wold <sgw@linux.intel.com>2016-01-25 14:53:26 -0800
commit472b21ca271c6b1a58d084e75572f94ac82bea58 (patch)
tree601cf7d4affe5b349a8bf66ae27a45dbbdb1e1b7 /common/recipes-multimedia
parentc222d41fe7b9efbbca21e580a5986e7d39e9e376 (diff)
downloadmeta-intel-472b21ca271c6b1a58d084e75572f94ac82bea58.tar.gz
gstreamer-vaapi: Update install-tests.patch
This patch is not built by default and should be for test purpose only. It was based on 0.5.x, but cannot be compiled successfully once added in the current 0.6.1 recipe. This change fixes the compiling error so that we can use it on 0.6.1. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-multimedia')
-rw-r--r--common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch26
1 files changed, 19 insertions, 7 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch
index 9281b048..d7def3a0 100644
--- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch
+++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch
@@ -1,14 +1,19 @@
1Install tests. 1From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001
2From: Jianxun Zhang <jianxun.zhang@linux.intel.com>
3Date: Thu, 21 Jan 2016 16:25:44 -0800
4Subject: [PATCH] Install tests
5
6This patch is updated for 0.6.1
2 7
3Upstream-Status: Inappropriate 8Upstream-Status: Inappropriate
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5 9
10Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
6--- 11---
7 tests/Makefile.am | 4 ++-- 12 tests/Makefile.am | 6 +++---
8 1 file changed, 2 insertions(+), 2 deletions(-) 13 1 file changed, 3 insertions(+), 3 deletions(-)
9 14
10diff --git a/tests/Makefile.am b/tests/Makefile.am 15diff --git a/tests/Makefile.am b/tests/Makefile.am
11index 2e7f191..8f65446 100644 16index 3637d92..7cc6a97 100644
12--- a/tests/Makefile.am 17--- a/tests/Makefile.am
13+++ b/tests/Makefile.am 18+++ b/tests/Makefile.am
14@@ -1,4 +1,4 @@ 19@@ -1,4 +1,4 @@
@@ -17,8 +22,15 @@ index 2e7f191..8f65446 100644
17 simple-decoder \ 22 simple-decoder \
18 test-decode \ 23 test-decode \
19 test-display \ 24 test-display \
20@@ -9,7 +9,7 @@ noinst_PROGRAMS = \ 25@@ -9,13 +9,13 @@ noinst_PROGRAMS = \
26 $(NULL)
27
28 if USE_ENCODERS
29-noinst_PROGRAMS += \
30+bin_PROGRAMS += \
31 simple-encoder \
21 $(NULL) 32 $(NULL)
33 endif
22 34
23 if USE_GLX 35 if USE_GLX
24-noinst_PROGRAMS += \ 36-noinst_PROGRAMS += \
@@ -27,5 +39,5 @@ index 2e7f191..8f65446 100644
27 $(NULL) 39 $(NULL)
28 endif 40 endif
29-- 41--
301.7.10.4 421.9.1
31 43