66bb10b7b0
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
631 B
Plaintext
21 lines
631 B
Plaintext
config BR2_PACKAGE_TSTOOLS
|
|
bool "tstools"
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
This is a set of cross-platform command line tools for
|
|
working with MPEG data
|
|
|
|
The emphasis is on relatively simple tools which concentrate
|
|
on MPEG (H.264 and H.262) data packaged according to H.222
|
|
(i.e., TS or PS), with a particular interest in checking for
|
|
conformance.
|
|
|
|
Transport Stream (TS) is typically used for distribution of
|
|
cable and satellite data. Program Stream (PS) is typically
|
|
used to store data on DVDs.
|
|
|
|
http://tstools.berlios.de/
|
|
|
|
comment "tstools needs a toolchain w/ largefile"
|
|
depends on !BR2_LARGEFILE
|