mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
Require GLib >= 2.4.0 (for the g_atomic_* funcs)
Original commit message from CVS: Require GLib >= 2.4.0 (for the g_atomic_* funcs)
This commit is contained in:
parent
74bd0c4fea
commit
8eb7e12669
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
Require GLib >= 2.4.0 (for the g_atomic_* funcs)
|
||||
|
||||
2005-05-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/design/part-element-source.txt:
|
||||
|
|
|
@ -253,7 +253,7 @@ dnl ====================================
|
|||
dnl === GLib 2 ===
|
||||
dnl Minimum required version of GLib2
|
||||
dnl required for compilation without warnings
|
||||
GLIB2_REQ="2.2"
|
||||
GLIB2_REQ="2.4"
|
||||
AC_SUBST(GLIB2_REQ)
|
||||
|
||||
dnl Check for glib2 with sugar on top
|
||||
|
|
Loading…
Reference in a new issue