xref: /OK3568_Linux_fs/buildroot/package/dvblast/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DVBLAST
2	bool "dvblast"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_BITSTREAM
5	select BR2_PACKAGE_LIBEV
6	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
7	help
8	  DVBlast is a simple and powerful MPEG-2/TS demux and
9	  streaming application.
10
11	  http://www.videolan.org/projects/dvblast.html
12
13comment "dvblast needs a toolchain w/ threads"
14	depends on !BR2_TOOLCHAIN_HAS_THREADS
15