termux-packages/packages/tvheadend/disable-mmx-sse2
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

12 lines
348 B
Plaintext

--- tvheadend/configure 2021-09-20 23:33:06.016999948 +0530
+++ tvheadend-mod/configure 2021-09-20 23:54:51.453999691 +0530
@@ -156,8 +156,6 @@
else
check_cc_header execinfo
fi
-check_cc_option mmx
-check_cc_option sse2
check_cc_optionW unused-result
# Some options from https://wiki.debian.org/Hardening
check_cc_optionf stack-protector