No need to define GST_USE_UNSTABLE_API any more, 1.0 is stable now

This commit is contained in:
Tim-Philipp Müller 2012-10-28 15:37:51 +00:00
parent 09718e294d
commit 9499be6232

View file

@ -193,7 +193,7 @@ AC_SUBST(GST_OPTION_CFLAGS)
dnl FIXME: do we want to rename to GST_ALL_* ?
dnl prefer internal headers to already installed ones
dnl add GST_OPTION_CFLAGS, but overridable
GST_CFLAGS="$GST_CFLAGS -DGST_USE_UNSTABLE_API \$(GST_OPTION_CFLAGS)"
GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LIBS)