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