mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ffmpeg_7: add patch for svt-av1 4.0
Co-authored-by: Alex James <git@alextjam.es>
This commit is contained in:
parent
783dea20a2
commit
8cd7c741b0
1 changed files with 7 additions and 0 deletions
|
|
@ -511,6 +511,13 @@ stdenv.mkDerivation (
|
|||
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/d1ed5c06e3edc5f2b5f3664c80121fa55b0baa95";
|
||||
hash = "sha256-2NVkIhQVS1UQJVYuDdeH+ZvWYKVbtwW9Myu5gx7JnbA=";
|
||||
})
|
||||
]
|
||||
++ optionals (lib.versionAtLeast version "6" && lib.versionOlder version "7.1.4") [
|
||||
(fetchpatch2 {
|
||||
name = "svt-av1-4.0.0-compat.patch";
|
||||
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/a5d4c398b411a00ac09d8fe3b66117222323844c";
|
||||
hash = "sha256-peIXXU5+5DRQc3Xdpz5V+xIN7Vohs0Dlal6mHiMryXc=";
|
||||
})
|
||||
];
|
||||
|
||||
configurePlatforms = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue