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>
This commit is contained in:
Jianxun Zhang 2016-01-22 15:18:46 -08:00 committed by Saul Wold
parent c222d41fe7
commit 472b21ca27

View File

@ -1,14 +1,19 @@
Install tests.
From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001
From: Jianxun Zhang <jianxun.zhang@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@intel.com>
Signed-off-by: Jianxun Zhang <jianxun.zhang@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,9 +22,16 @@ 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 += \
+bin_PROGRAMS += \
@ -27,5 +39,5 @@ index 2e7f191..8f65446 100644
$(NULL)
endif
--
1.7.10.4
1.9.1