Skip to content

v2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 22:15

Added

  • Low latency DASH support (#979)
  • Added MPEG-H support (mha1, mhm1) (#930, #952)

Fixed

  • Workaround warning spam using http_file (#948)
  • Fixed various python2/3 issues in the build
  • Fixed builds with CC=clang CXX=clang++

Changed

  • Added arm64 to the build matrix
  • Make release binary names more consistent
  • Produce static release executables on Linux (#978, #965)
  • Stop using hermetic clang, libc++, etc
    • "gclient sync" now runs 20-30% faster
    • "ninja -C out/Release" now runs 5-13% faster
    • No longer required:
      • DEPOT_TOOLS_WIN_TOOLCHAIN environment variable
      • MACOSX_DEPLOYMENT_TARGET environment variable
      • clang=0 gyp variable
      • host_clang=0 gyp variable
      • clang_xcode=1 gyp variable
      • use_allocator=none gyp variable
      • use_experimental_allocator_shim=0 gyp variable