1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 15:07:04 +00:00
termux-packages/packages/tvheadend/time_64.patch
Aditya Alok 10d0d96705
tvheadend: fix bus error
tvheadend: enable libavutil

Revert "tvheadend: enable libavutil"

This reverts commit 619b8c6d15ebaa150f5950ec6ad3991f9b03fa0a.

tvheadend: enable debug build

tvheadend: enable debug build again

gdbm: fix ssl certificate expired issue

tvheadend: try

tvheadend: try 2

tvheadend: try 3

gdbm: revert to https

tvheadend: try 4

tvheadend: build from master

Revert "tvheadend: build from master"

This reverts commit ce010e9d082f23d102b0b860f27d17f9147dadf3.

tvheadend: fix bus error

tvheadend: fix bus error

tvheadend: fix build

tvheadend: fix build

tvheadend: fix bus error
2021-10-02 18:45:56 +05:30

16 lines
472 B
Diff

--- tvheadend/src/compat.h 2021-09-19 19:48:05.000000000 +0530
+++ tvheadend-mod/src/compat.h 2021-10-02 10:56:34.486999999 +0530
@@ -30,10 +30,11 @@
#define pthread_yield() sched_yield()
#endif
#define S_IEXEC S_IXUSR
+#if !defined(__LP64__)
#include <time64.h>
// 32-bit Android has only timegm64() and not timegm().
// We replicate the behaviour of timegm() when the result overflows time_t.
-
+#endif
#endif /* ENABLE_ANDROID */
#ifndef ENABLE_EPOLL_CREATE1