2016-01-27 09:40:11 +01:00
|
|
|
config BR2_PACKAGE_MULTICAT
|
|
|
|
bool "multicat"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_PACKAGE_BITSTREAM
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Simple and efficient multicast and transport stream
|
|
|
|
manipulation.
|
2016-01-27 09:40:11 +01:00
|
|
|
|
|
|
|
http://www.videolan.org/projects/multicat.html
|
|
|
|
|
2016-07-04 17:21:51 +02:00
|
|
|
comment "multicat needs a toolchain w/ threads"
|
2016-01-27 09:40:11 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|