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/annodex/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/annodex') diff --git a/ext/annodex/Makefile.am b/ext/annodex/Makefile.am index 816e809b..fde76905 100644 --- a/ext/annodex/Makefile.am +++ b/ext/annodex/Makefile.am @@ -11,7 +11,7 @@ libgstannodex_la_SOURCES = \ libgstannodex_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) $(XML_CFLAGS) libgstannodex_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \ - $(GST_LIBS) $(XML_LIBS) + $(GST_LIBS) $(XML_LIBS) $(LIBM) libgstannodex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstannodex.h gstcmmlutils.h gstcmmltag.h gstcmmlparser.h \ -- cgit