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