mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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
|