[0.11] gst-plugins-bad: configure.ac: export plugin description more platform independent
Wim Taymans
wtay at kemper.freedesktop.org
Fri Mar 4 07:33:50 PST 2011
Module: gst-plugins-bad
Branch: 0.11
Commit: ef7cad4176bfb429dda5c1b2923353a732b466fe
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=ef7cad4176bfb429dda5c1b2923353a732b466fe
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date: Mon Feb 28 19:58:41 2011 +0100
configure.ac: export plugin description more platform independent
Fixes #642504.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6b4bf57..1901d02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1701,7 +1701,7 @@ AC_SUBST(GST_LIB_LDFLAGS)
dnl this really should only contain flags, not libs - they get added before
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
+GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc.*' $GST_ALL_LDFLAGS"
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl *** output files ***
More information about the gstreamer-commits
mailing list