mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
require glib >= 2.2 as there are different issues with interfaces and casts
Original commit message from CVS: require glib >= 2.2 as there are different issues with interfaces and casts
This commit is contained in:
parent
6fa0298713
commit
8e967a3810
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ dnl ====================================
|
|||
dnl === GLib 2 ===
|
||||
dnl Minimum required version of GLib2
|
||||
dnl required for compilation without warnings
|
||||
GLIB2_REQ="2.0.1"
|
||||
GLIB2_REQ="2.2"
|
||||
AC_SUBST(GLIB2_REQ)
|
||||
|
||||
dnl Check for glib2
|
||||
|
|
Loading…
Reference in a new issue