1 config BR2_PACKAGE_TSTOOLS
3 depends on BR2_USE_MMU # fork()
4 depends on !BR2_STATIC_LIBS
6 This is a set of cross-platform command line tools for working with
9 The emphasis is on relatively simple tools which concentrate on MPEG
10 (H.264 and H.262) data packaged according to H.222 (i.e., TS or PS),
11 with a particular interest in checking for conformance.
13 Transport Stream (TS) is typically used for distribution of cable
14 and satellite data. Program Stream (PS) is typically used to store
17 https://github.com/kynesim/tstools/
19 comment "tstools needs a toolchain w/ dynamic library"
20 depends on BR2_USE_MMU
21 depends on BR2_STATIC_LIBS