blob: cb5127363a89df5e9b6bb2e8c586a292dd8112e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE
bool "kodi-inputstream-adaptive"
# wvdecrypter/cdm/build/build_config.h
depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
|| BR2_mips64el || BR2_x86_64
select BR2_PACKAGE_LIBPLATFORM
select BR2_PACKAGE_KODI_PLATFORM
help
Kodi inputstream addon for several manifest types
https://github.com/peak3d/inputstream.adaptive
|