summaryrefslogtreecommitdiffstats
path: root/patches/gst-plugins-base-0.10.35/0002-fix-building-test-program.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gst-plugins-base-0.10.35/0002-fix-building-test-program.patch')
-rw-r--r--patches/gst-plugins-base-0.10.35/0002-fix-building-test-program.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/gst-plugins-base-0.10.35/0002-fix-building-test-program.patch b/patches/gst-plugins-base-0.10.35/0002-fix-building-test-program.patch
new file mode 100644
index 000000000..0d42cd821
--- /dev/null
+++ b/patches/gst-plugins-base-0.10.35/0002-fix-building-test-program.patch
@@ -0,0 +1,24 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Sun, 21 Aug 2011 11:06:40 +0200
+Subject: [PATCH] fix building test program
+
+Based on upstream changes.
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ gst-libs/gst/audio/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am
+index c7e1dcc..9b63fe1 100644
+--- a/gst-libs/gst/audio/Makefile.am
++++ b/gst-libs/gst/audio/Makefile.am
+@@ -53,7 +53,7 @@ libgstaudio_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS)
+ noinst_PROGRAMS = testchannels
+ testchannels_SOURCES = testchannels.c
+ testchannels_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+-testchannels_LDADD = $(builddir)/libgstaudio-$(GST_MAJORMINOR).la $(GST_LIBS)
++testchannels_LDADD = $(GST_LIBS)
+
+ include $(top_srcdir)/common/gst-glib-gen.mak
+