Skip to content

libebml 1.4.5⚓︎

libebml is a C++ library for parsing EBML (Extensible Binary Meta Language) files, the container format used by the Matroska multimedia container (MKV).

Build notes⚓︎

  • Requires uClibc 1.0.58 or newer (FREETZ_TARGET_UCLIBC_1_0_58_MIN in Config.in): libebml 1.4.5 sets CMAKE_CXX_STANDARD 14 (required) in CMakeLists.txt, which the old GCC 4.6.4 toolchain does not support (CMake error Target "ebml" requires the language dialect "CXX14"). The new toolchain (GCC 13.4 + uClibc 1.0.58) supports it.