Config.in 353 B

12345678910111213
  1. config 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. http://matroska.org
  10. comment "libmatroska needs a toolchain w/ C++, wchar"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR