mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds if you want to work against glib 2.2...
Original commit message from CVS: * configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds if you want to work against glib 2.2 and 2.4
This commit is contained in:
parent
9928962428
commit
cb27762fa2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* configure.ac:
|
||||
remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
|
||||
if you want to work against glib 2.2 and 2.4
|
||||
|
||||
2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/tcp/Makefile.am:
|
||||
|
|
|
@ -66,7 +66,6 @@ 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