123456789101112131415 |
- 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
|