Skip to content
Snippets Groups Projects
Commit d882aa87 authored by Johannes Kauffmann's avatar Johannes Kauffmann Committed by Rémi Denis-Courmont
Browse files

contrib: live555: remove unused patch

The currently used live555 version already includes this patch. It
hasn't been applied since 82977245.
parent a874382d
No related branches found
No related tags found
Loading
Pipeline #243701 passed with stage
in 14 minutes and 35 seconds
--- live555/groupsock/GroupsockHelper.cpp.orig 2016-03-31 10:17:46.284928287 +0200
+++ live555/groupsock/GroupsockHelper.cpp 2016-03-31 10:20:20.428341877 +0200
@@ -27,6 +27,7 @@
#include <stdarg.h>
#include <time.h>
#include <fcntl.h>
+#include <sys/time.h>
#define initializeWinsockIfNecessary() 1
#endif
#if defined(__WIN32__) || defined(_WIN32) || defined(_QNX4)
--- live555/groupsock/include/GroupsockHelper.hh.orig 2016-03-31 10:22:56.667834195 +0200
+++ live555/groupsock/include/GroupsockHelper.hh 2016-03-31 10:23:37.411710728 +0200
@@ -133,6 +133,8 @@
#if (defined(__WIN32__) || defined(_WIN32)) && !defined(__MINGW32__)
// For Windoze, we need to implement our own gettimeofday()
extern int gettimeofday(struct timeval*, int*);
+#else
+#include <sys/time.h>
#endif
// The following are implemented in inet.c:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment