Config.in 499 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_MP4V2
  2. bool "mp4v2"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. help
  5. The MP4v2 library provides functions to read, create, and
  6. modify mp4 files.
  7. https://mp4v2.org/
  8. if BR2_PACKAGE_MP4V2
  9. config BR2_PACKAGE_MP4V2_UTIL
  10. bool "Install mp4 command line tools"
  11. help
  12. Enable to install the mp4 command line tools mp4art,
  13. mp4chaps, mp4extract, mp4info, mp4subtitle, mp4tags, and
  14. mp4trackdump.
  15. endif
  16. comment "mp4v2 needs a toolchain w/ C++"
  17. depends on !BR2_INSTALL_LIBSTDCPP