From 472b21ca271c6b1a58d084e75572f94ac82bea58 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Fri, 22 Jan 2016 15:18:46 -0800 Subject: 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 Signed-off-by: Saul Wold --- .../gstreamer/gstreamer-vaapi/install-tests.patch | 26 ++++++++++++++++------ 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'common') 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 @@ -Install tests. +From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001 +From: Jianxun Zhang +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 +Signed-off-by: Jianxun Zhang --- - 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 -- cgit v1.2.3-54-g00ecf