From: Mark Nauwelaerts Date: Mon, 28 Feb 2011 18:27:21 +0000 (+0100) Subject: configure.ac: export plugin description more platform independent X-Git-Tag: freedesktop-RELEASE-0.10.18~35 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fgst-plugins-ugly0-10.git;a=commitdiff_plain;h=466d0054c6ea01ed2ed8e2e6f469654d0f6896bd configure.ac: export plugin description more platform independent Fixes #642504. --- diff --git a/configure.ac b/configure.ac index a903428a..3a33718a 100644 --- a/configure.ac +++ b/configure.ac @@ -441,7 +441,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 ***