mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
ladspa: Add $(GMODULE_NO_EXPORT_LIBS) for gmodule
This commit is contained in:
parent
946ffd0da5
commit
a845d6d0db
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ libgstladspa_la_LIBADD = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(LIBM) \
|
$(LIBM) \
|
||||||
$(LRDF_LIBS) \
|
$(LRDF_LIBS) \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS) \
|
||||||
|
$(GMODULE_NO_EXPORT_LIBS)
|
||||||
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstladspa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstladspa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue