aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer-vaapi/install-tests.patch
blob: 9281b0486bcdb7b451046d4d8b13fbca165b5dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Install tests.

Upstream-Status: Inappropriate
Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 tests/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2e7f191..8f65446 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
 	simple-decoder			\
 	test-decode			\
 	test-display			\
@@ -9,7 +9,7 @@ noinst_PROGRAMS = \
 	$(NULL)
 
 if USE_GLX
-noinst_PROGRAMS += \
+bin_PROGRAMS += \
 	test-textures			\
 	$(NULL)
 endif
-- 
1.7.10.4