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_BENTO4
7	select BR2_PACKAGE_PUGIXML
8	help
9	  Kodi inputstream addon for several manifest types
10
11	  https://github.com/xbmc/inputstream.adaptive
12