Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / debian / patches / 0013-Install-gst-tagread-example-program.patch
1 From eae8ee77bd63c2e0bfd0f6ff11219d0a4180399c Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Ren=C3=A9=20Stadler?= <rene.stadler@nokia.com>
3 Date: Tue, 19 May 2009 11:59:42 +0300
4 Subject: [PATCH] Install gst-tagread example program.
5
6 ---
7  tests/examples/tagreading/Makefile.am |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/tests/examples/tagreading/Makefile.am b/tests/examples/tagreading/Makefile.am
11 index 2d34c54..7500adc 100644
12 --- a/tests/examples/tagreading/Makefile.am
13 +++ b/tests/examples/tagreading/Makefile.am
14 @@ -1,4 +1,4 @@
15 -noinst_PROGRAMS = gst-tagread
16 +bin_PROGRAMS = gst-tagread
17  
18  gst_tagread_SOURCES = gst-tagread.c
19  gst_tagread_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)