summaryrefslogtreecommitdiffstats
path: root/patches/gst-plugins-base-0.10.35/0002-fix-building-test-program.patch
blob: 0d42cd821bf930f08d8ba424778542e3e67414e6 (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
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