mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Add configure check for GLib for consistency with other modules
This commit is contained in:
parent
3999a29748
commit
57ff7ab199
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@ dnl *** checks for library functions ***
|
||||||
|
|
||||||
dnl *** checks for dependancy libraries ***
|
dnl *** checks for dependancy libraries ***
|
||||||
|
|
||||||
|
dnl GLib is required
|
||||||
|
GLIB_REQ=2.40.0
|
||||||
|
AC_SUBST([GLIB_REQ])
|
||||||
|
AG_GST_GLIB_CHECK([$GLIB_REQ])
|
||||||
|
|
||||||
dnl checks for gstreamer
|
dnl checks for gstreamer
|
||||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||||
AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ])
|
AG_GST_CHECK_GST($GST_API_VERSION, [$GST_REQ])
|
||||||
|
|
Loading…
Reference in a new issue