package/rpcbind: fix musl build
[buildroot-gz.git] / package / tstools / Config.in
blobf5dd138c4d123d43d653add441cfda9bea8073f6
1 config BR2_PACKAGE_TSTOOLS
2         bool "tstools"
3         depends on BR2_USE_MMU # fork()
4         help
5           This is a set of cross-platform command line tools for working with
6           MPEG data.
8           The emphasis is on relatively simple tools which concentrate on MPEG
9           (H.264 and H.262) data packaged according to H.222 (i.e., TS or PS),
10           with a particular interest in checking for conformance.
12           Transport Stream (TS) is typically used for distribution of cable
13           and satellite data. Program Stream (PS) is typically used to store
14           data on DVDs.
16           https://github.com/kynesim/tstools/