2015-07-22 22:30:41 +02:00
|
|
|
config BR2_PACKAGE_KODI_PVR_IPTVSIMPLE
|
|
|
|
bool "kodi-pvr-iptvsimple"
|
2021-03-02 08:07:15 +01:00
|
|
|
# kodi-inputstream-adaptive
|
|
|
|
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|
|
|
|
|| BR2_mips64el || BR2_x86_64
|
|
|
|
select BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE # runtime
|
|
|
|
select BR2_PACKAGE_KODI_INPUTSTREAM_FFMPEGDIRECT # runtime
|
|
|
|
select BR2_PACKAGE_KODI_INPUTSTREAM_RTMP # runtime
|
|
|
|
select BR2_PACKAGE_PUGIXML
|
2021-04-09 20:21:47 +02:00
|
|
|
select BR2_PACKAGE_XZ
|
2021-03-02 08:07:15 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2015-07-22 22:30:41 +02:00
|
|
|
help
|
|
|
|
IPTV Live TV and Radio PVR client addon for Kodi
|
|
|
|
|
|
|
|
https://github.com/kodi-pvr/pvr.iptvsimple
|