Skip to content

Commit

Permalink
7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil-admirari committed Dec 20, 2024
1 parent 75e7798 commit 186eedd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 186eedd

Please sign in to comment.