summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-02-28 18:52:47 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-02-28 18:52:47 +0100
commit53c02dff3ffb8d728078a9b82c5bda20f6e9fb87 (patch)
tree77da2eedfdc57e65efca21922d14dc7d3932e2e7
parent3b4fbe89bdaeda196cd6c3b1e346f044ee61fcd5 (diff)
configure.ac: export plugin description more platform independent
Fixes #642504.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b08865c7..bacd07a46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -906,7 +906,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 ***