[meta-intel] [PATCH] gstreamer-vaapi: Update install-tests.patch

Jianxun Zhang jianxun.zhang at linux.intel.com
Fri Jan 22 15:18:46 PST 2016


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 at linux.intel.com>
---
Note: This change is also effective once we udpate to gstreamer-vaapi 0.7.0


 .../gstreamer/gstreamer-vaapi/install-tests.patch  | 26 ++++++++++++++++------
 1 file 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 9281b04..d7def3a 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 @@
-Install tests.
+From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001
+From: Jianxun Zhang <jianxun.zhang at linux.intel.com>
+Date: Thu, 21 Jan 2016 16:25:44 -0800
+Subject: [PATCH] Install tests
+
+This patch is updated for 0.6.1
 
 Upstream-Status: Inappropriate
-Signed-off-by: Ross Burton <ross.burton at intel.com>
 
+Signed-off-by: Jianxun Zhang <jianxun.zhang at linux.intel.com>
 ---
- tests/Makefile.am |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ tests/Makefile.am | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 2e7f191..8f65446 100644
+index 3637d92..7cc6a97 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
 @@ -1,4 +1,4 @@
@@ -17,8 +22,15 @@ index 2e7f191..8f65446 100644
  	simple-decoder			\
  	test-decode			\
  	test-display			\
-@@ -9,7 +9,7 @@ noinst_PROGRAMS = \
+@@ -9,13 +9,13 @@ noinst_PROGRAMS = \
+ 	$(NULL)
+ 
+ if USE_ENCODERS
+-noinst_PROGRAMS += \
++bin_PROGRAMS += \
+ 	simple-encoder			\
  	$(NULL)
+ endif
  
  if USE_GLX
 -noinst_PROGRAMS += \
@@ -27,5 +39,5 @@ index 2e7f191..8f65446 100644
  	$(NULL)
  endif
 -- 
-1.7.10.4
+1.9.1
 
-- 
1.9.1



More information about the meta-intel mailing list