mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
configure: Add configure check for gmodule-no-export-2.0
This is needed for all code using the g_module_*() API.
This commit is contained in:
parent
0cad51d96c
commit
34f0d9868a
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@ dnl GLib is required
|
|||
GLIB_REQ=2.40.0
|
||||
AG_GST_GLIB_CHECK([$GLIB_REQ])
|
||||
|
||||
dnl Needed by plugins that use g_module_*() API
|
||||
PKG_CHECK_MODULES(GMODULE_NO_EXPORT, gmodule-no-export-2.0)
|
||||
|
||||
dnl checks for gstreamer
|
||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||
AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ], yes)
|
||||
|
|
Loading…
Reference in a new issue