mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
up glib req
Original commit message from CVS: up glib req
This commit is contained in:
parent
3d55e689ca
commit
6ba9afe27a
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
bump glib required version to 2.3.0 for g_value_takes_boxed
|
||||||
|
|
||||||
2004-02-25 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
|
2004-02-25 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
|
||||||
|
|
||||||
* common/m4/gst-docs.m4
|
* common/m4/gst-docs.m4
|
||||||
|
|
|
@ -209,7 +209,7 @@ dnl ====================================
|
||||||
dnl === GLib 2 ===
|
dnl === GLib 2 ===
|
||||||
dnl Minimum required version of GLib2
|
dnl Minimum required version of GLib2
|
||||||
dnl required for compilation without warnings
|
dnl required for compilation without warnings
|
||||||
GLIB2_REQ="2.2"
|
GLIB2_REQ="2.3"
|
||||||
AC_SUBST(GLIB2_REQ)
|
AC_SUBST(GLIB2_REQ)
|
||||||
|
|
||||||
dnl Check for glib2
|
dnl Check for glib2
|
||||||
|
@ -220,7 +220,7 @@ AC_SUBST(GLIB_LIBS)
|
||||||
AC_SUBST(GLIB_CFLAGS)
|
AC_SUBST(GLIB_CFLAGS)
|
||||||
|
|
||||||
if test "x$HAVE_GLIB2" = "xno"; then
|
if test "x$HAVE_GLIB2" = "xno"; then
|
||||||
AC_MSG_ERROR([GStreamer requires GLib 2.0 to compile.])
|
AC_MSG_ERROR([GStreamer requires GLib $GLIB2_REQ to compile.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0"
|
GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-2.0, gthread-2.0"
|
||||||
|
|
Loading…
Reference in a new issue