From: Wim Taymans Date: Tue, 24 May 2011 16:16:36 +0000 (+0200) Subject: remove old glib check X-Git-Tag: RELEASE-0.11.0~233 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65b427bf8e12869545c646e130e7f06348a31280;p=platform%2Fupstream%2Fgstreamer.git remove old glib check --- diff --git a/configure.ac b/configure.ac index dc9c33e..d415dcb 100644 --- a/configure.ac +++ b/configure.ac @@ -539,10 +539,6 @@ GLIB_REQ=2.22 AG_GST_GLIB_CHECK([$GLIB_REQ]) -dnl FIXME: 0.11: Guess we need to keep this around until 0.11 -GST_HAVE_GLIB_2_8_DEFINE="#define GST_HAVE_GLIB_2_8 1" -AC_SUBST(GST_HAVE_GLIB_2_8_DEFINE) - dnl Check for glib2 without extra fat, useful for the unversioned tool frontends PKG_CHECK_MODULES(GLIB_ONLY, glib-2.0 >= $GLIB_REQ) diff --git a/gst/gstconfig.h.in b/gst/gstconfig.h.in index 771a9e7..acbeab9 100644 --- a/gst/gstconfig.h.in +++ b/gst/gstconfig.h.in @@ -187,11 +187,6 @@ /* whether or not the CPU supports unaligned access */ @GST_HAVE_UNALIGNED_ACCESS_DEFINE@ -/* FIXME: 0.11 (remove) - * whether or not we are using glib 2.8 api, e.g. atomic gobject - * refcounting */ -@GST_HAVE_GLIB_2_8_DEFINE@ - /***** Deal with XML stuff, we have to handle both loadsave and registry *****/ /* FIXME: move include to where we need it */ /*#if (! (defined(GST_DISABLE_LOADSAVE) && defined(GST_DISABLE_REGISTRY)) )*/