mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
-DG_DISABLE_DEPRECATED was fun, but causes difficult build problems that are not out fault (gtk-doc. See bug #127028)
Original commit message from CVS: -DG_DISABLE_DEPRECATED was fun, but causes difficult build problems that are not out fault (gtk-doc. See bug #127028)
This commit is contained in:
parent
6402b4730b
commit
09fe2551f1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ dnl decide on error flags
|
|||
AS_COMPILER_FLAG(-Wall,GST_ERROR="$GST_ERROR -Wall",GST_ERROR="$GST_ERROR")
|
||||
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"
|
||||
GST_ERROR="$GST_ERROR"
|
||||
fi
|
||||
|
||||
dnl We disable static building for development, for time savings
|
||||
|
|
Loading…
Reference in a new issue