2012-11-28 01:42:43 +01:00
|
|
|
config BR2_PACKAGE_LIBMATROSKA
|
|
|
|
bool "libmatroska"
|
|
|
|
select BR2_PACKAGE_LIBEBML
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-07-29 16:48:20 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2012-11-28 01:42:43 +01:00
|
|
|
help
|
|
|
|
Extensible open standard audio/video container format access
|
|
|
|
library.
|
|
|
|
|
|
|
|
http://matroska.org
|
|
|
|
|
2015-07-29 16:48:20 +02:00
|
|
|
comment "libmatroska needs a toolchain w/ C++, wchar"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|