From 682312a29687e88e388e61e7aa9c6479c0ed8b3a Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 24 Feb 2007 22:57:49 +0000 Subject: Fix build with LDFLAGS='-Wl,-z,defs' (#410997) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Loïc Minier * configure.ac: * ext/annodex/Makefile.am: * ext/jpeg/Makefile.am: * ext/speex/Makefile.am: * gst/alpha/Makefile.am: * gst/cutter/Makefile.am: * gst/debug/Makefile.am: * gst/effectv/Makefile.am: * gst/goom/Makefile.am: * gst/level/Makefile.am: * gst/smpte/Makefile.am: * gst/videofilter/Makefile.am: Fix build with LDFLAGS='-Wl,-z,defs' (#410997) --- ext/speex/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/speex') diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am index f90ed016..1a426ba9 100644 --- a/ext/speex/Makefile.am +++ b/ext/speex/Makefile.am @@ -10,6 +10,6 @@ libgstspeex_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ $(SPEEX_LIBS) -libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM) noinst_HEADERS = gstspeexenc.h gstspeexdec.h -- cgit