diff options
author | Stefan Reiff <kroko87@hotmail.com> | 2021-01-03 23:39:24 +0100 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2021-01-04 03:00:13 +0000 |
commit | 2b135717d1c9c29d75f2acc1f873d8597a5dc404 (patch) | |
tree | c926a8bb8b80f911d7b7701044d86160f173302f /community/vdr/libwebsockets-4.1.patch | |
parent | 79d05abedb2c30364a95fe37811d66ce82652ef8 (diff) | |
download | aports-2b135717d1c9c29d75f2acc1f873d8597a5dc404.tar.gz aports-2b135717d1c9c29d75f2acc1f873d8597a5dc404.tar.bz2 aports-2b135717d1c9c29d75f2acc1f873d8597a5dc404.tar.xz |
community/vdr: update to 2.4.6 and update plugins
Diffstat (limited to 'community/vdr/libwebsockets-4.1.patch')
-rw-r--r-- | community/vdr/libwebsockets-4.1.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/vdr/libwebsockets-4.1.patch b/community/vdr/libwebsockets-4.1.patch deleted file mode 100644 index c8eb8a45fb..0000000000 --- a/community/vdr/libwebsockets-4.1.patch +++ /dev/null @@ -1,16 +0,0 @@ -Add suport for building libwebsockets-4.1 - -diff --git a/PLUGINS/src/osd2web/websock.c b/PLUGINS/src/osd2web/websock.c -index 5df6975..8e5a7c3 100644 ---- a/PLUGINS/src/osd2web/websock.c -+++ b/PLUGINS/src/osd2web/websock.c -@@ -79,7 +79,9 @@ int cWebSock::init(int aPort, int aTimeout) - info.protocols = protocols; - info.ssl_cert_filepath = certPath; - info.ssl_private_key_filepath = keyPath; -+#if LWS_LIBRARY_VERSION_NUMBER >= 2001000 && LWS_LIBRARY_VERSION_NUMBER < 4000000 - info.ws_ping_pong_interval = timeout; -+#endif - info.gid = -1; - info.uid = -1; - info.options = 0; |