mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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 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])
|
||||
|
||||
dnl checks for gstreamer
|
||||
|
|
Loading…
Reference in a new issue