applemedia-nonpublic: Link with gmodule for g_module_open() and others

This commit is contained in:
Sebastian Dröge 2013-11-04 10:04:59 +01:00
parent 831c67c07b
commit 1009484090

View file

@ -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)