mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
configure.ac: export plugin description more platform independent
Fixes #642504.
This commit is contained in:
parent
d0f04f87eb
commit
ce52df3d72
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ AC_SUBST(GST_OBJ_LIBS)
|
||||||
|
|
||||||
dnl GST_PLUGIN_LDFLAGS
|
dnl GST_PLUGIN_LDFLAGS
|
||||||
dnl LDFLAGS for plugins; includes GST_ALL_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")
|
AC_SUBST(GST_PLUGIN_LDFLAGS, "$GST_PLUGIN_LDFLAGS")
|
||||||
|
|
||||||
dnl plugin scanner locations
|
dnl plugin scanner locations
|
||||||
|
|
Loading…
Reference in a new issue