diff --git a/ChangeLog b/ChangeLog index 5b2b8eeb32..73168794f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-11 Andy Wingo + + * gst/tcp/gsttcp.h: For now, always disable deprecation here -- + fixes the build. + 2006-08-10 Tim-Philipp Müller * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes): diff --git a/gst/tcp/gsttcp.h b/gst/tcp/gsttcp.h index 7e91f5bb4f..2c15de3fd5 100644 --- a/gst/tcp/gsttcp.h +++ b/gst/tcp/gsttcp.h @@ -25,6 +25,7 @@ #include "gsttcp-enumtypes.h" #include +#undef GST_DISABLE_DEPRECATED #include #define TCP_HIGHEST_PORT 65535