From ce21952f81ffe7f7674348437535e30e1fcd662b Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Tue, 16 Jan 2024 11:32:22 +0100 Subject: gnu: ffmpeg-4: Fix build with binutils ≥ 2.41. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/video.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/video.scm') 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 -- cgit v1.2.3