mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Original commit message from CVS: Add -DG_DISABLE_DEPRECATED to $GST_ERROR
This commit is contained in:
parent
62c24a3419
commit
b41bb066ff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue