Config.in 708 B

12345678910111213141516171819202122
  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
  7. working with MPEG data.
  8. The emphasis is on relatively simple tools which concentrate
  9. on MPEG (H.264 and H.262) data packaged according to H.222
  10. (i.e., TS or PS), with a particular interest in checking for
  11. conformance.
  12. Transport Stream (TS) is typically used for distribution of
  13. cable and satellite data. Program Stream (PS) is typically
  14. used to store data on DVDs.
  15. https://github.com/kynesim/tstools/
  16. comment "tstools needs a toolchain w/ dynamic library"
  17. depends on BR2_USE_MMU
  18. depends on BR2_STATIC_LIBS