kodi-config: LIBC_WIDEVINE_PATCHLEVEL is obsolete since script.module.inputstreamhelper v0.5.8

This commit is contained in:
Portisch 2021-09-15 09:19:01 +02:00
parent ff33cf88fe
commit bc3f52365c

View File

@ -43,11 +43,6 @@ else #arm
echo "MALLOC_MMAP_THRESHOLD_=8192" >> /run/libreelec/kodi.conf echo "MALLOC_MMAP_THRESHOLD_=8192" >> /run/libreelec/kodi.conf
fi fi
# required for inputstreamhelper to detect TLS 64-bytes support
if [ -n "$(uname -m | grep arm)" ] || [ "$(uname -m)" == "aarch64" ]; then
echo "LIBC_WIDEVINE_PATCHLEVEL=1" >> /run/libreelec/kodi.conf
fi
if [ -f /storage/.config/kodi.conf ] ; then if [ -f /storage/.config/kodi.conf ] ; then
cat /storage/.config/kodi.conf >>/run/libreelec/kodi.conf cat /storage/.config/kodi.conf >>/run/libreelec/kodi.conf
fi fi