From d845b025d88b05d7f1679c9639311471e6e152e6 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 14 Nov 2005 17:11:55 +0000 Subject: 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 +++++ common | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41c55617..820fee54 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-11 Thomas Vander Stichele * configure.ac: back to HEAD diff --git a/common b/common index c6e5de72..657b549d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c6e5de72d79afdcad7d7b3cf4a35305f7f3ddebc +Subproject commit 657b549dfb640a76f3d7ab7676e453c801a83dca diff --git a/configure.ac b/configure.ac index ef8fdb40..8c581357 100644 --- a/configure.ac +++ b/configure.ac @@ -282,7 +282,7 @@ dnl =========================================================================== plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR" AC_SUBST(plugindir) -GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*' $GST_LIBS" +GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*' $GST_LIBS -no-undefined" AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs -- cgit v1.2.1