Skip to content

8.1.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:15
7c64e6a

What's Changed

  • fix(go): don't pin point release (7c64e6a)
  • build(deps): bump nixpkgs from 567a49d to b5aa0fb (3b6355e)
  • build(deps): bump the github-actions group with 2 updates (15e1af0)
  • build(deps): bump nixpkgs from a799d3e to 567a49d (7b4a09c)
  • build(deps): bump nixpkgs from 331800d to a799d3e (6586c51)

Installation

Static libraries (~100MB) are too large for go get; install via git submodule and a replace directive:

git submodule add https://github.com/linuxmatters/ffmpeg-statigo third_party/ffmpeg-statigo
(cd third_party/ffmpeg-statigo && git checkout v8.1.1.3)
go mod edit -replace github.com/linuxmatters/ffmpeg-statigo=./third_party/ffmpeg-statigo
(cd third_party/ffmpeg-statigo && go run ./cmd/download-lib)

See the Installation guide for the full setup, including git fast-forward config.

Full Changelog: v8.1.1.2...v8.1.1.3