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