[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: live555: remove unused patch

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Jul 24 20:30:11 UTC 2022



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
704f40be by Johannes Kauffmann at 2022-07-24T19:43:45+00:00
contrib: live555: remove unused patch

The currently used live555 version already includes this patch. It
hasn't been applied since 8297724513df61423258c75d4b16a609a8a2eb2c.

(cherry picked from commit d882aa8718586970f3fdb8f9ffefab823ea10682)

- - - - -


1 changed file:

- − contrib/src/live555/no-gettimeofday.patch


Changes:

=====================================
contrib/src/live555/no-gettimeofday.patch deleted
=====================================
@@ -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:



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/704f40be73de1e3626b3897663cdafa11f6706f8

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/704f40be73de1e3626b3897663cdafa11f6706f8
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list