diff options
author | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2007-11-02 21:16:09 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-11-02 21:16:09 +0000 |
commit | 13a9765877d78ed9e1779dab2a82012fbb36eab8 (patch) | |
tree | 92568dd7778d9242574c395ef6a252c6eec4e9e0 /gst/udp/gstudpsink.h | |
parent | 7eeeca8c27c2fc21bc332c201c630b0ac5dfdd65 (diff) |
Fix includes for MSVC and GLib-2.14.0 (#492388).
Original commit message from CVS:
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
* configure.ac:
* gst/udp/gstdynudpsink.c:
* gst/udp/gstdynudpsink.h:
* gst/udp/gstmultiudpsink.c:
* gst/udp/gstmultiudpsink.h:
* gst/udp/gstudpsink.c:
* gst/udp/gstudpsink.h:
Fix includes for MSVC and GLib-2.14.0 (#492388).
* gst/udp/gstudpsrc.c: (gst_udpsrc_start):
No more pipe define since GLib-2.14.0, need to use _pipe() directly.
Diffstat (limited to 'gst/udp/gstudpsink.h')
-rw-r--r-- | gst/udp/gstudpsink.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/udp/gstudpsink.h b/gst/udp/gstudpsink.h index f6d95e97..17f55525 100644 --- a/gst/udp/gstudpsink.h +++ b/gst/udp/gstudpsink.h @@ -26,12 +26,6 @@ G_BEGIN_DECLS -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <errno.h> -#include <string.h> - #include "gstudp.h" #include "gstudpnetutils.h" |