configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll...
authorAndy Wingo <wingo@pobox.com>
Mon, 14 Nov 2005 17:14:22 +0000 (17:14 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 14 Nov 2005 17:14:22 +0000 (17:14 +0000)
Original commit message from CVS:
2005-11-14  Andy Wingo  <wingo@pobox.com>

* configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
debugging, allows dll builds on windows. Fixes #316076.

ChangeLog
configure.ac

index 748ebb8..0ceec94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-14  Andy Wingo  <wingo@pobox.com>
+
+       * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
+       debugging, allows dll builds on windows. Fixes #316076.
+
 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame),
index c34623d..bfb0ea0 100644 (file)
@@ -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