mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
configure.ac: Require GLib 2.31.10 for consistency
This commit is contained in:
parent
41c259dda3
commit
7064bae5b6
1 changed files with 3 additions and 1 deletions
|
@ -152,7 +152,9 @@ AG_GST_CHECK_FUNCTION
|
||||||
dnl *** checks for dependency libraries ***
|
dnl *** checks for dependency libraries ***
|
||||||
|
|
||||||
dnl GLib is required
|
dnl GLib is required
|
||||||
AG_GST_GLIB_CHECK([2.20])
|
GLIB_REQ=2.31.10
|
||||||
|
AG_GST_GLIB_CHECK([$GLIB_REQ])
|
||||||
|
|
||||||
ORC_CHECK([0.4.6])
|
ORC_CHECK([0.4.6])
|
||||||
|
|
||||||
dnl checks for gstreamer
|
dnl checks for gstreamer
|
||||||
|
|
Loading…
Reference in a new issue