logrotate: enable selinux support
[buildroot-gz.git] / package / tstools / Config.in
blobca5f8fc2ca3d59cca993506f94843adb775f5120
1 config 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 working with
7           MPEG data.
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
15           data on DVDs.
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