xref: /OK3568_Linux_fs/buildroot/package/kodi-inputstream-ffmpegdirect/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KODI_INPUTSTREAM_FFMPEGDIRECT
2*4882a593Smuzhiyun	bool "kodi-inputstream-ffmpegdirect"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
4*4882a593Smuzhiyun	select BR2_PACKAGE_BZIP2
5*4882a593Smuzhiyun	select BR2_PACKAGE_FFMPEG
6*4882a593Smuzhiyun	select BR2_PACKAGE_FFMPEG_GPL
7*4882a593Smuzhiyun	select BR2_PACKAGE_FFMPEG_POSTPROC
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  This is a Kodi input stream addon for streams that can be
10*4882a593Smuzhiyun	  opened by FFmpeg's libavformat, such as plain TS, HLS and
11*4882a593Smuzhiyun	  DASH streams.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/xbmc/inputstream.ffmpegdirect
14