mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
m4: gmodule-no-export-2.0 is needed for everything using the g_module_*() API
While it is pulled in via the GLib check, GLIB_LIBS is not pulled into any of the places using the API.
This commit is contained in:
parent
1cfe070de7
commit
ca6c8971a6
1 changed files with 0 additions and 1 deletions
|
@ -991,7 +991,6 @@ AC_SUBST(GRAPHENE_LIBS)
|
|||
AC_SUBST(GRAPHENE_CFLAGS)
|
||||
|
||||
dnl Needed by plugins that use g_module_*() API
|
||||
dnl FIXME: probably not needed because AG_GST_CHECK_GLIB already includes it?
|
||||
PKG_CHECK_MODULES(GMODULE_NO_EXPORT, gmodule-no-export-2.0)
|
||||
|
||||
dnl libpng is optional
|
||||
|
|
Loading…
Reference in a new issue