blob: 4d775c43a06dd2c6efbec9a97c61c03827bfb63b [file] [log] [blame]
config BR2_PACKAGE_LIBMATROSKA
bool "libmatroska"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++14
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, gcc >= 4.9"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9