summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-02-28 20:26:33 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-02-28 20:26:33 +0100
commit87920a645058addc2a9e1eb1dcb466fb981dc8d4 (patch)
tree093b3e8241edf7f565b7de14093992a977723a95
parent5b738e96be8e2eda1edf767ca561c8a6b1f68151 (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 23102d7..9ca0667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,7 @@ AC_SUBST(GST_ALL_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 ***