summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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