diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62006a2c52..9cc2fc70e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,16 +162,16 @@ jobs: fail-fast: false matrix: target: [win32,win64,winarm64] - variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0] + variant: [gpl,gpl 7.1,gpl-shared,gpl-shared 7.1] include: - target: linux64 variant: gpl - target: linux64 - variant: gpl 7.0 + variant: gpl 7.1 - target: linuxarm64 variant: gpl - target: linuxarm64 - variant: gpl 7.0 + variant: gpl 7.1 steps: - name: Free Disk-Space run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h @@ -236,16 +236,16 @@ jobs: fail-fast: false matrix: target: [win32,win64,winarm64] - variant: [gpl,gpl 7.0,gpl-shared,gpl-shared 7.0] + variant: [gpl,gpl 7.1,gpl-shared,gpl-shared 7.1] include: - target: linux64 variant: gpl - target: linux64 - variant: gpl 7.0 + variant: gpl 7.1 - target: linuxarm64 variant: gpl - target: linuxarm64 - variant: gpl 7.0 + variant: gpl 7.1 steps: - name: Free Disk-Space run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c2b1ae1a6b..01a6afe66d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,20 +18,20 @@ jobs: fail-fast: false matrix: target: [win32,win64,winarm64] - variant: [gpl-shared,gpl-shared 7.0] + variant: [gpl-shared,gpl-shared 7.1] quickbuild: [1] include: - target: linux64 variant: gpl quickbuild: '' - target: linux64 - variant: gpl 7.0 + variant: gpl 7.1 quickbuild: '' - target: linuxarm64 variant: gpl quickbuild: '' - target: linuxarm64 - variant: gpl 7.0 + variant: gpl 7.1 quickbuild: '' steps: - name: Free Disk-Space diff --git a/README.md b/README.md index 069ab9d1d1..a1cc8473fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FFmpeg Static Auto-Builds -This repository provides static Windows (x86 and x86_64) and Linux (x86_64, arm64) Builds of [FFmpeg master](https://github.com/FFmpeg/FFmpeg) and [latest release branch](https://github.com/FFmpeg/FFmpeg/tree/release/6.1) **with some patches necessary for smooth integration with [yt-dlp](https://github.com/yt-dlp/yt-dlp)** +This repository provides static Windows (x86 and x86_64) and Linux (x86_64, arm64) Builds of [FFmpeg master](https://github.com/FFmpeg/FFmpeg) and [latest release branch](https://github.com/FFmpeg/FFmpeg/tree/release/7.1) **with some patches necessary for smooth integration with [yt-dlp](https://github.com/yt-dlp/yt-dlp)** **Note**: The builds provided are only meant to be used with yt-dlp and any unrelated issues/patches will be rejected