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
diff --git a/gst-plugins-base-subtitles0.10/debian/patches/0013-Install-gst-tagread-example-program.patch b/gst-plugins-base-subtitles0.10/debian/patches/0013-Install-gst-tagread-example-program.patch
new file mode 100644 (file)
index 0000000..0b09a60
--- /dev/null
@@ -0,0 +1,19 @@
+From eae8ee77bd63c2e0bfd0f6ff11219d0a4180399c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ren=C3=A9=20Stadler?= <rene.stadler@nokia.com>
+Date: Tue, 19 May 2009 11:59:42 +0300
+Subject: [PATCH] Install gst-tagread example program.
+
+---
+ tests/examples/tagreading/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/tests/examples/tagreading/Makefile.am b/tests/examples/tagreading/Makefile.am
+index 2d34c54..7500adc 100644
+--- a/tests/examples/tagreading/Makefile.am
++++ b/tests/examples/tagreading/Makefile.am
+@@ -1,4 +1,4 @@
+-noinst_PROGRAMS = gst-tagread
++bin_PROGRAMS = gst-tagread
+ gst_tagread_SOURCES = gst-tagread.c
+ gst_tagread_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)