99dbbcc1d5
C++14 is mandatory since version 1.7.0 and
7263bbaac1
https://github.com/Matroska-Org/libmatroska/blob/release-1.7.1/NEWS.md
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
455 B
Plaintext
16 lines
455 B
Plaintext
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
|