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