1config BR2_PACKAGE_LIBMATROSKA 2 bool "libmatroska" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_USE_WCHAR 5 select BR2_PACKAGE_LIBEBML 6 help 7 Extensible open standard audio/video container format access 8 library. 9 10 http://matroska.org 11 12comment "libmatroska needs a toolchain w/ C++, wchar" 13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR 14