buildrootschalter/package/tstools/Config.in
Thomas Petazzoni 0821b7521e tstools: uses fork() therefore needs MMU
Fixes:

  http://autobuild.buildroot.org/results/4f6/4f611e085a3e21319a98f5383adf2caac77a0bd6/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-05-17 11:37:32 +02:00

23 lines
688 B
Plaintext

config BR2_PACKAGE_TSTOOLS
bool "tstools"
depends on BR2_LARGEFILE
depends on BR2_USE_MMU # fork()
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
depends on BR2_USE_MMU