1config 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 8 https://github.com/TechSmith/mp4v2/ 9 10if BR2_PACKAGE_MP4V2 11 12config BR2_PACKAGE_MP4V2_UTIL 13 bool "Install mp4 command line tools" 14 help 15 Enable to install the mp4 command line tools mp4art, 16 mp4chaps, mp4extract, mp4info, mp4subtitle, mp4tags, and 17 mp4trackdump. 18 19endif 20 21comment "mp4v2 needs a toolchain w/ C++" 22 depends on !BR2_INSTALL_LIBSTDCPP 23