mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
configure: rename CVS -> git in a couple of places
This commit is contained in:
parent
15637b6bd4
commit
ef5d0cca18
2 changed files with 7 additions and 7 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 6ab11d17cb8e4d1ed755da7accac9630d567a097
|
Subproject commit d3a8fab4e8cb90e88eee15f1f4b2a431352458d9
|
12
configure.ac
12
configure.ac
|
@ -3,8 +3,8 @@ AC_PREREQ(2.52)
|
||||||
dnl please read gstreamer/docs/random/autotools before changing this file
|
dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
|
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
dnl releases only do -Wall, git and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for cvs/prerelease
|
dnl use a three digit version number for releases, and four for git/prerelease
|
||||||
AC_INIT(GStreamer Base Plug-ins, 0.10.23.1,
|
AC_INIT(GStreamer Base Plug-ins, 0.10.23.1,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-base)
|
gst-plugins-base)
|
||||||
|
@ -18,7 +18,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([gst/audiotestsrc/gstaudiotestsrc.c])
|
AC_CONFIG_SRCDIR([gst/audiotestsrc/gstaudiotestsrc.c])
|
||||||
|
@ -286,10 +286,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 used in examples
|
dnl used in examples
|
||||||
AG_GST_DEFAULT_ELEMENTS
|
AG_GST_DEFAULT_ELEMENTS
|
||||||
|
@ -652,7 +652,7 @@ fi
|
||||||
AC_SUBST(PROFILE_CFLAGS)
|
AC_SUBST(PROFILE_CFLAGS)
|
||||||
|
|
||||||
if test "x$PACKAGE_VERSION_NANO" = "x1"; then
|
if test "x$PACKAGE_VERSION_NANO" = "x1"; then
|
||||||
dnl Define _only_ during CVS (not pre-releases or releases)
|
dnl Define _only_ when compiling a git version (not pre-releases or releases)
|
||||||
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
||||||
else
|
else
|
||||||
DEPRECATED_CFLAGS=""
|
DEPRECATED_CFLAGS=""
|
||||||
|
|
Loading…
Reference in a new issue