d69172d7d8
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
config BR2_PACKAGE_LIBMATROSKA
|
|
bool "libmatroska"
|
|
select BR2_PACKAGE_LIBEBML
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Extensible open standard audio/video container format access
|
|
library.
|
|
|
|
http://matroska.org
|
|
|
|
comment "libmatroska requires a toolchain with C++ support"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|