]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
configure.ac: export plugin description more platform independent
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 28 Feb 2011 17:43:41 +0000 (18:43 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Mon, 28 Feb 2011 17:43:41 +0000 (18:43 +0100)
Fixes #642504.

configure.ac

index b34d30917254be70c89b79c4bcd86597cba63941..a918ebb42c18f16696b8709e035dfd96dc4dceae 100644 (file)
@@ -723,7 +723,7 @@ AC_SUBST(GST_OBJ_LIBS)
 
 dnl GST_PLUGIN_LDFLAGS
 dnl LDFLAGS for plugins; includes GST_ALL_LDFLAGS
-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, "$GST_PLUGIN_LDFLAGS")
 
 dnl plugin scanner locations