ffmpeg_7: 7.1.3 -> 7.1.4 (#524596)

This commit is contained in:
Atemu
2026-05-29 14:18:35 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -26,8 +26,8 @@ let
};
v7 = {
version = "7.1.3";
hash = "sha256-1w4OSlz88D2pnZVXQcI4uyX+triNK0NXzlsyt7GGSLU=";
version = "7.1.4";
hash = "sha256-GDN0+tJY8Nap9UkNUfzqT9cGV1IVCuy5Du/64G+8QdE=";
};
v8 = {
version = "8.1";
@@ -453,7 +453,7 @@ stdenv.mkDerivation (
++ optionals (lib.versionAtLeast version "5.1") [
./nvccflags-cpp14.patch
]
++ optionals (lib.versionAtLeast version "7.0" && lib.versionOlder version "8.1") [
++ optionals (lib.versionAtLeast version "7.0" && lib.versionOlder version "7.1.4") [
(fetchpatch2 {
name = "unbreak-hardcoded-tables.patch";
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/1d47ae65bf6df91246cbe25c997b25947f7a4d1d";
@@ -492,7 +492,7 @@ stdenv.mkDerivation (
hash = "sha256-DbH6ieJwDwTjKOdQ04xvRcSLeeLP2Z2qEmqeo8HsPr4=";
})
]
++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "8.0") [
++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "7.1.4") [
(fetchpatch2 {
name = "lcevcdec-4.0.0-compat.patch";
url = "https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/fa23202cc7baab899894e8d22d82851a84967848.patch";