xref: /OK3568_Linux_fs/buildroot/package/kodi-inputstream-adaptive/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KODI_INPUTSTREAM_ADAPTIVE
2*4882a593Smuzhiyun	bool "kodi-inputstream-adaptive"
3*4882a593Smuzhiyun	# wvdecrypter/cdm/build/build_config.h
4*4882a593Smuzhiyun	depends on BR2_aarch64 || BR2_arm || BR2_i386 || BR2_mipsel \
5*4882a593Smuzhiyun		|| BR2_mips64el || BR2_x86_64
6*4882a593Smuzhiyun	select BR2_PACKAGE_EXPAT
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Kodi inputstream addon for several manifest types
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://github.com/xbmc/inputstream.adaptive
11