diff options
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi')
-rw-r--r-- | common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch deleted file mode 100644 index d7def3a0..00000000 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | From 2791dfde0de0abe8100fa833dfe1a9c2e74c2629 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jianxun Zhang <jianxun.zhang@linux.intel.com> | ||
3 | Date: Thu, 21 Jan 2016 16:25:44 -0800 | ||
4 | Subject: [PATCH] Install tests | ||
5 | |||
6 | This patch is updated for 0.6.1 | ||
7 | |||
8 | Upstream-Status: Inappropriate | ||
9 | |||
10 | Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> | ||
11 | --- | ||
12 | tests/Makefile.am | 6 +++--- | ||
13 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
14 | |||
15 | diff --git a/tests/Makefile.am b/tests/Makefile.am | ||
16 | index 3637d92..7cc6a97 100644 | ||
17 | --- a/tests/Makefile.am | ||
18 | +++ b/tests/Makefile.am | ||
19 | @@ -1,4 +1,4 @@ | ||
20 | -noinst_PROGRAMS = \ | ||
21 | +bin_PROGRAMS = \ | ||
22 | simple-decoder \ | ||
23 | test-decode \ | ||
24 | test-display \ | ||
25 | @@ -9,13 +9,13 @@ noinst_PROGRAMS = \ | ||
26 | $(NULL) | ||
27 | |||
28 | if USE_ENCODERS | ||
29 | -noinst_PROGRAMS += \ | ||
30 | +bin_PROGRAMS += \ | ||
31 | simple-encoder \ | ||
32 | $(NULL) | ||
33 | endif | ||
34 | |||
35 | if USE_GLX | ||
36 | -noinst_PROGRAMS += \ | ||
37 | +bin_PROGRAMS += \ | ||
38 | test-textures \ | ||
39 | $(NULL) | ||
40 | endif | ||
41 | -- | ||
42 | 1.9.1 | ||
43 | |||