shaka-project / static-ffmpeg-binaries

Static binaries of FFmpeg, for multiple OS & CPU combinations, built from source in a GitHub Actions workflow.
https://github.com/joeyparrish/static-ffmpeg-binaries/releases
Apache License 2.0
11 stars 9 forks source link

fix: Update x264 and x265, use specific revisions #19

Closed joeyparrish closed 11 months ago

joeyparrish commented 11 months ago

We can get x265 from git now, instead of the aptly-named mercurial.

x264 still has no tags, branches, or release numbers, but x265 does. This now uses a specific tag of x265, and uses a specific revision of x264 (the most recent SHA1 as of today).

This should make the build more stable.