mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 19:18:31 +00:00
validate: Define GST_PLUGIN_LDFLAGS as needed
This commit is contained in:
parent
2d6c667c9a
commit
72dedae65d
1 changed files with 5 additions and 0 deletions
|
@ -266,6 +266,11 @@ dnl LDFLAGS modifier defining exported symbols from built libraries
|
||||||
GST_LIB_LDFLAGS="-export-symbols-regex \^[_]?\(gst_\|Gst\|GST_\).*"
|
GST_LIB_LDFLAGS="-export-symbols-regex \^[_]?\(gst_\|Gst\|GST_\).*"
|
||||||
AC_SUBST(GST_LIB_LDFLAGS)
|
AC_SUBST(GST_LIB_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_.*' $GST_ALL_LDFLAGS"
|
||||||
|
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
AM_PATH_PYTHON(2.7.0)
|
AM_PATH_PYTHON(2.7.0)
|
||||||
AS_AC_EXPAND(LIBDIR, $libdir)
|
AS_AC_EXPAND(LIBDIR, $libdir)
|
||||||
AC_MSG_NOTICE(Storing library files in $LIBDIR)
|
AC_MSG_NOTICE(Storing library files in $LIBDIR)
|
||||||
|
|
Loading…
Reference in a new issue