mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +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) \
|
||||
$(LIBM) \
|
||||
$(LRDF_LIBS) \
|
||||
$(GST_LIBS)
|
||||
$(GST_LIBS) \
|
||||
$(GMODULE_NO_EXPORT_LIBS)
|
||||
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstladspa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue