mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
gst/tcp/gsttcp.c: Really fix the build?
Original commit message from CVS: 2006-08-11 Andy Wingo <wingo@pobox.com> * gst/tcp/gsttcp.c: Really fix the build?
This commit is contained in:
parent
15432cbbf0
commit
23001d327a
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
2006-08-11 Andy Wingo <wingo@pobox.com>
|
2006-08-11 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
|
* gst/tcp/gsttcp.c: Really fix the build?
|
||||||
|
|
||||||
* gst/tcp/gsttcp.h: For now, always disable deprecation here --
|
* gst/tcp/gsttcp.h: For now, always disable deprecation here --
|
||||||
fixes the build.
|
fixes the build.
|
||||||
|
|
||||||
|
|
|
@ -37,10 +37,8 @@
|
||||||
#include <sys/filio.h>
|
#include <sys/filio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <glib.h>
|
#include "gsttcp.h"
|
||||||
#include <gst/gst.h>
|
|
||||||
#include <gst/gst-i18n-plugin.h>
|
#include <gst/gst-i18n-plugin.h>
|
||||||
#include <gst/dataprotocol/dataprotocol.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (tcp_debug);
|
GST_DEBUG_CATEGORY_EXTERN (tcp_debug);
|
||||||
#define GST_CAT_DEFAULT tcp_debug
|
#define GST_CAT_DEFAULT tcp_debug
|
||||||
|
|
Loading…
Reference in a new issue