xref: /OK3568_Linux_fs/buildroot/package/libmatroska/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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