12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
|
config BR2_PACKAGE_BENTO4
|
||
|
bool "bento4"
|
||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||
|
help
|
||
|
Bento4 is a C++ class library designed to read and write
|
||
|
ISO-MP4 files.
|
||
|
|
||
|
https://www.bento4.com/
|
||
|
|
||
|
comment "bento4 support needs a toolchain with C++"
|
||
|
depends on !BR2_INSTALL_LIBSTDCPP
|