blob: b1c53eec09e997a1c0317045dd260e77c04a48a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|