You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
353 B
13 lines
353 B
config BR2_PACKAGE_LIBMATROSKA
|
|
bool "libmatroska"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_WCHAR
|
|
select BR2_PACKAGE_LIBEBML
|
|
help
|
|
Extensible open standard audio/video container format access
|
|
library.
|
|
|
|
http://matroska.org
|
|
|
|
comment "libmatroska needs a toolchain w/ C++, wchar"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
|
|
|