[vlc-devel] [PATCH 5/5] contrib: live555: remove unused gettimeofday() patch

Sean McGovern gseanmcg at gmail.com
Tue Feb 6 09:49:04 CET 2018


Was removed in 8297724513df61423258c75d4b16a609a8a2eb2c.
---
 contrib/src/live555/no-gettimeofday.patch | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 contrib/src/live555/no-gettimeofday.patch

diff --git a/contrib/src/live555/no-gettimeofday.patch b/contrib/src/live555/no-gettimeofday.patch
deleted file mode 100644
index c94c914..0000000
--- a/contrib/src/live555/no-gettimeofday.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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:
-- 
2.7.4



More information about the vlc-devel mailing list