mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
applemedia: Link with gmodule for g_module_open() and others
This commit is contained in:
parent
ea086ca36c
commit
831c67c07b
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ libgstapplemedia_la_LIBADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION) \
|
-lgstvideo-$(GST_API_VERSION) \
|
||||||
-lgstaudio-$(GST_API_VERSION)
|
-lgstaudio-$(GST_API_VERSION) \
|
||||||
|
$(GMODULE_NO_EXPORT_LIBS)
|
||||||
|
|
||||||
libgstapplemedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstapplemedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue