termux-packages/packages/tvheadend/time_64.patch64
Aditya Alok 8896b615ab
Add package tvheadend
Add package libdvbcsa

required by tvheadend

tvheadend: disable all static libs

tvheadend: disable libav and `--enable-android` only for 32 bits

Revert "tvheadend: `--enable-android` only for 32 bits"

This reverts commit fba7db937ee9063b971e25d087f2fbb2b50a8d7e.

tvheadend: disable libav

tvheadend: add patch for `<time64.h>` header

 this is needed for 32 bit archs only

tvheadend: supress warnings as error

tvheadend: disable `mmx` instructions for arm

It is not supported by Arm (or Android ?)

tvheadend: disable `sse2` instructions as well

tvheadend: add cflag for include dir

tvheadend: enable tvhcsa

tvheadend: remove TODO comments
2021-09-24 18:24:34 +05:30

14 lines
439 B
Plaintext

--- tvheadend/src/compat.h 2021-09-19 19:48:05.484999708 +0530
+++ tvheadend-mod/src/compat.h 2021-09-20 21:30:01.315999938 +0530
@@ -30,10 +30,6 @@
#define pthread_yield() sched_yield()
#endif
#define S_IEXEC S_IXUSR
-#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 /* ENABLE_ANDROID */
#ifndef ENABLE_EPOLL_CREATE1