mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
configure: re-enable use of -DGST_DISABLE_DEPRECATED in git versions
This commit is contained in:
parent
c33e70af70
commit
d261f9bff6
1 changed files with 1 additions and 2 deletions
|
@ -423,8 +423,7 @@ AC_SUBST(PROFILE_CFLAGS)
|
|||
|
||||
if test "x$PACKAGE_VERSION_NANO" = "x1"; then
|
||||
dnl Define _only_ during CVS (not pre-releases or releases)
|
||||
dnl FIXME: temporarily disabled: DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
||||
DEPRECATED_CFLAGS=""
|
||||
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
||||
else
|
||||
DEPRECATED_CFLAGS=""
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue