configure: $GST_CVS -> $GST_GIT

This commit is contained in:
Sebastian Dröge 2010-03-24 11:53:46 +01:00
parent 2e079b742a
commit 47f9aba42d

View file

@ -16,7 +16,7 @@ dnl define PACKAGE_VERSION_* variables
AS_VERSION AS_VERSION
dnl check if this is a release version dnl check if this is a release version
AS_NANO(GST_CVS="no", GST_CVS="yes") AS_NANO(GST_GIT="no", GST_GIT="yes")
dnl can autoconf find the source ? dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([ext/ffmpeg/gstffmpeg.c]) AC_CONFIG_SRCDIR([ext/ffmpeg/gstffmpeg.c])
@ -144,10 +144,10 @@ dnl set location of plugin directory
AG_GST_SET_PLUGINDIR AG_GST_SET_PLUGINDIR
dnl define an ERROR_CFLAGS Makefile variable dnl define an ERROR_CFLAGS Makefile variable
AG_GST_SET_ERROR_CFLAGS($GST_CVS) AG_GST_SET_ERROR_CFLAGS($GST_GIT)
dnl define correct level for debugging messages dnl define correct level for debugging messages
AG_GST_SET_LEVEL_DEFAULT($GST_CVS) AG_GST_SET_LEVEL_DEFAULT($GST_GIT)
dnl *** finalize CFLAGS, LDFLAGS, LIBS *** dnl *** finalize CFLAGS, LDFLAGS, LIBS ***
@ -165,7 +165,7 @@ if test "x$USE_DEBUG" = xyes; then
fi fi
AC_SUBST(PROFILE_CFLAGS) AC_SUBST(PROFILE_CFLAGS)
if test "x$GST_CVS" = "xyes"; then if test "x$GST_GIT" = "xyes"; then
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED" DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
else else
DEPRECATED_CFLAGS="" DEPRECATED_CFLAGS=""