summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-02-18 11:38:25 +0200
committerSebastian Dröge <sebastian@centricular.com>2018-02-18 11:39:10 +0200
commitca6c8971a64147ced769f9a4de5783f0e957b061 (patch)
tree2c39b5220e5a9d19707ab99c6163a775872bbd53 /m4
parent1cfe070de71d61ebf10921ac0878c2d082dbc6ca (diff)
downloadgstreamer-plugins-base-ca6c8971a64147ced769f9a4de5783f0e957b061.tar.gz
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.
Diffstat (limited to 'm4')
-rw-r--r--m4/gst-gl.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/gst-gl.m4 b/m4/gst-gl.m4
index bbddd97dd..5f3d5bee1 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