mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Reinsert EOL matcher in regexp, having added appropriate Make pixie-dust escaping
Original commit message from CVS: Reinsert EOL matcher in regexp, having added appropriate Make pixie-dust escaping
This commit is contained in:
parent
5c41fb2317
commit
3f6daca2d0
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ AC_SUBST(plugindir)
|
|||
|
||||
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' -no-undefined"
|
||||
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' -no-undefined"
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
dnl these are all the gst plug-ins, compilable without additional libs
|
||||
|
|
Loading…
Reference in a new issue