2015-10-18 14:34:11 +02:00
|
|
|
config BR2_PACKAGE_DVBLAST
|
|
|
|
bool "dvblast"
|
|
|
|
select BR2_PACKAGE_BITSTREAM
|
|
|
|
select BR2_PACKAGE_LIBEV
|
2015-10-30 16:43:40 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2015-10-18 14:34:11 +02:00
|
|
|
depends on !BR2_bfin # libev
|
2015-10-30 16:43:42 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-10-18 14:34:11 +02:00
|
|
|
help
|
|
|
|
DVBlast is a simple and powerful MPEG-2/TS demux and
|
|
|
|
streaming application.
|
|
|
|
|
|
|
|
http://www.videolan.org/projects/dvblast.html
|
2015-10-30 16:43:42 +01:00
|
|
|
|
|
|
|
comment 'dvblast needs a toolchain w/ threads'
|
|
|
|
depends on !BR2_bfin # libev
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|