From 15432cbbf06656bc12ef2a61a6369fabac377a14 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 11 Aug 2006 15:29:56 +0000 Subject: [PATCH] gst/tcp/gsttcp.h: For now, always disable deprecation here -- fixes the build. Original commit message from CVS: 2006-08-11 Andy Wingo * gst/tcp/gsttcp.h: For now, always disable deprecation here -- fixes the build. --- ChangeLog | 5 +++++ gst/tcp/gsttcp.h | 1 + 2 files changed, 6 insertions(+) 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