Add -DG_DISABLE_DEPRECATED to $GST_ERROR

Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
This commit is contained in:
David Schleef 2003-11-03 20:14:03 +00:00
parent fbaf64a46d
commit 96b6f2f6f2

View file

@ -54,6 +54,7 @@ if test "x$GST_WALL" = "xyes"; then
if test "x$GST_CVS" = "xyes"; then
AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
GST_ERROR="$GST_ERROR -DG_DISABLE_DEPRECATED"
fi
fi