From: Andy Wingo Date: Mon, 14 Nov 2005 17:13:20 +0000 (+0000) Subject: configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll... X-Git-Tag: 1.19.3~505^2~2132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b54b0bbe32c78736791fe9349741ae3a9cae860c;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index a645da6..8ada989c 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 959da4a..657b549 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 959da4a43c2e6218eb4f43e8c7e29c1db4157db1 +Subproject commit 657b549dfb640a76f3d7ab7676e453c801a83dca diff --git a/configure.ac b/configure.ac index 438c7a3..1a72481 100644 --- a/configure.ac +++ b/configure.ac @@ -207,7 +207,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