mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gst/tcp/gsttcp.h: For now, always disable deprecation here -- fixes the build.
Original commit message from CVS: 2006-08-11 Andy Wingo <wingo@pobox.com> * gst/tcp/gsttcp.h: For now, always disable deprecation here -- fixes the build.
This commit is contained in:
parent
8a223b920d
commit
15432cbbf0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-08-11 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
* gst/tcp/gsttcp.h: For now, always disable deprecation here --
|
||||||
|
fixes the build.
|
||||||
|
|
||||||
2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
|
2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
|
* gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include "gsttcp-enumtypes.h"
|
#include "gsttcp-enumtypes.h"
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
#undef GST_DISABLE_DEPRECATED
|
||||||
#include <gst/dataprotocol/dataprotocol.h>
|
#include <gst/dataprotocol/dataprotocol.h>
|
||||||
|
|
||||||
#define TCP_HIGHEST_PORT 65535
|
#define TCP_HIGHEST_PORT 65535
|
||||||
|
|
Loading…
Reference in a new issue