From ca6c8971a64147ced769f9a4de5783f0e957b061 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 18 Feb 2018 11:38:25 +0200 Subject: [PATCH] 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. --- m4/gst-gl.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/gst-gl.m4 b/m4/gst-gl.m4 index bbddd97..5f3d5be 100644 --- a/m4/gst-gl.m4 +++ b/m4/gst-gl.m4 @@ -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 -- 2.7.4