mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure.ac: Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases are treated like releases and bui...
Original commit message from CVS: * configure.ac: Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases are treated like releases and build without it.
This commit is contained in:
parent
6fe3c141d7
commit
2974da0766
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
|
||||||
|
are treated like releases and build without it.
|
||||||
|
|
||||||
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
|
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* docs/plugins/Makefile.am:
|
* docs/plugins/Makefile.am:
|
||||||
|
|
|
@ -964,7 +964,8 @@ 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$PACKAGE_VERSION_NANO" = "x1"; then
|
||||||
|
dnl Define _only_ during CVS (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