summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-11-14 17:14:22 +0000
committerAndy Wingo <wingo@pobox.com>2005-11-14 17:14:22 +0000
commit3ebe19c67629c26ac87c65f4c6648aa554d83c03 (patch)
treed12aa46ccc6ed376ef377408092cb63dc963977c
parentb094df397309ab5a39b7f1cb2fa0c1d7192795d5 (diff)
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 <wingo@pobox.com> * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll builds on windows. Fixes #316076.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 748ebb8715..0ceec947f2 100644
--- 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),
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