cef841bf7d
- Drop patch (already in version)
- C++14 is required since
4159caf84c
https://github.com/Matroska-Org/libebml/blob/release-1.4.4/NEWS.md
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
config BR2_PACKAGE_LIBEBML
|
|
bool "libebml"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++14
|
|
help
|
|
Access library for the EBML (Extensible Binary Meta
|
|
Language, a binary derivative of XML) format.
|
|
|
|
http://matroska.org
|
|
|
|
comment "libebml needs a toolchain w/ C++, wchar, gcc >= 4.9"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|