diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-10-02 22:42:20 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-02 22:42:20 +0300 |
commit | 41a82b9706e8923a10803bdebe816dc4dfce9e18 (patch) | |
tree | 99a3b3ea099754169080c9a7386cd7e3779dfbb3 /gst/udp/gstudpsrc.c | |
parent | 26588fbdb3dc4d55d4b5a85ca98d69e718e56d51 (diff) |
udpsrc: Fixup last commit
Diffstat (limited to 'gst/udp/gstudpsrc.c')
-rw-r--r-- | gst/udp/gstudpsrc.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 4929b25e2..39d69f069 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -114,21 +114,6 @@ #include <gio/gnetworking.h> -/* nicked from gnetworking.h */ -#ifdef G_OS_WIN32 -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0501 -#endif -#include <winsock2.h> -#undef interface -#include <ws2tcpip.h> /* for socklen_t */ -#endif /* G_OS_WIN32 */ - -#ifdef HAVE_SYS_SOCKET_H -#include <sys/socket.h> -#endif -#endif - /* not 100% correct, but a good upper bound for memory allocation purposes */ #define MAX_IPV4_UDP_PACKET_SIZE (65536 - 8) |