mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Bump GLib requirement to >= 2.22
See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement
This commit is contained in:
parent
9530ba6478
commit
8f3aec570a
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
|
|||
dnl *** checks for dependency libraries ***
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.20])
|
||||
AG_GST_GLIB_CHECK([2.22])
|
||||
|
||||
ORC_CHECK([0.4.11])
|
||||
|
||||
|
|
Loading…
Reference in a new issue