From 3ebe19c67629c26ac87c65f4c6648aa554d83c03 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 14 Nov 2005 17:14:22 +0000 Subject: [PATCH] configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll builds on windows. Fixes #316076. Original commit message from CVS: 2005-11-14 Andy Wingo * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll builds on windows. Fixes #316076. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 748ebb8715..0ceec947f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-14 Andy Wingo + + * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better + debugging, allows dll builds on windows. Fixes #316076. + 2005-11-14 Tim-Philipp Müller * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame), diff --git a/configure.ac b/configure.ac index c34623de17..bfb0ea0413 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,7 @@ dnl ============================= gst plug-ins ================================ plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR" AC_SUBST(plugindir) -GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|GST_\).*' +GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*\(gst_\|Gst\|GST_\).* -no-undefined' AC_SUBST(GST_PLUGIN_LDFLAGS) dnl Determine CPU