mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 23:59:55 +00:00
remove old glib check
This commit is contained in:
parent
b0fad063b5
commit
65b427bf8e
2 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)) )*/
|
||||
|
|
Loading…
Reference in a new issue