diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2024-01-16 11:32:22 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:27 +0200 |
commit | ce21952f81ffe7f7674348437535e30e1fcd662b (patch) | |
tree | 36bb74221aeeb0e380e53cb570f4c99c10f3f968 /gnu/packages/video.scm | |
parent | 2b9c730833cb7287981e1cc4f3398de73373cbab (diff) | |
download | guix-ce21952f81ffe7f7674348437535e30e1fcd662b.tar.gz |
gnu: ffmpeg-4: Fix build with binutils ≥ 2.41.
* gnu/packages/patches/ffmpeg-4-binutils-2.41.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/video.scm (ffmpeg-4): Use it. Change-Id: I07ec3525edb220d85e086e145b9561ea3d084b6c
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4049328808..8b0937f9c6 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1892,7 +1892,8 @@ audio/video codec library.") version ".tar.xz")) (sha256 (base32 - "14xadxm1yaamp216nq09xwasxg5g133v86dbb33mdg5di1zrlhdg")))) + "14xadxm1yaamp216nq09xwasxg5g133v86dbb33mdg5di1zrlhdg")) + (patches (search-patches "ffmpeg-4-binutils-2.41.patch")))) (inputs (modify-inputs (package-inputs ffmpeg) (replace "sdl2" sdl2-2.0))) (arguments |