2012-11-28 01:05:52 +01:00
|
|
|
config BR2_PACKAGE_LIBEBML
|
|
|
|
bool "libebml"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
Access library for the EBML (Extensible Binary Meta
|
|
|
|
Language, a binary derivative of XML) format.
|
|
|
|
|
|
|
|
http://matroska.org
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libebml needs a toolchain w/ C++"
|
2012-11-28 01:05:52 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|