gnu: ffmpeg-for-stepmania: Fix build.

* gnu/packages/video.scm (ffmpeg-for-stepmania)[source]: Add ffmpeg-4-binutils-2.41.patch.

Change-Id: I872e4a48d0ce97b77a3a04507d828854605676ce
This commit is contained in:
宋文武 2024-06-18 12:47:52 +08:00 committed by Ludovic Courtès
parent 93f92e8780
commit aa8ea62ce0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1989,7 +1989,8 @@ audio/video codec library.")
(commit "eda6effcabcf9c238e4635eb058d72371336e09b")))
(sha256
(base32 "1by8rmbva8mfrivdbbkr2gx4kga89zqygkd4cfjl76nr8mdcdamb"))
(file-name (git-file-name "ffmpeg" version))))
(file-name (git-file-name "ffmpeg" version))
(patches (search-patches "ffmpeg-4-binutils-2.41.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments ffmpeg-4)
((#:configure-flags flags)