ffmpeg: fix build for armv7 (#396473)

authored by

lassulus and committed by
GitHub
6dea4b52 be22fffe

+7
+7
pkgs/development/libraries/ffmpeg/generic.nix
··· 469 469 hash = "sha256-sqUUSOPTPLwu2h8GbAw4SfEf+0oWioz52BcpW1n4v3Y="; 470 470 }) 471 471 ] 472 + ++ optionals (lib.versionOlder version "7" && stdenv.hostPlatform.isAarch32) [ 473 + (fetchpatch2 { 474 + name = "binutils-2-43-compat.patch"; 475 + url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/654bd47716c4f36719fb0f3f7fd8386d5ed0b916"; 476 + hash = "sha256-OLiQHKBNp2p63ZmzBBI4GEGz3WSSP+rMd8ITfZSVRgY="; 477 + }) 478 + ] 472 479 ++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "7.1.1") [ 473 480 ./fix-fate-ffmpeg-spec-disposition-7.1.patch 474 481 ]