summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-09-29 15:33:37 +0800
committer宋文武 <iyzsong@member.fsf.org>2025-09-30 14:09:55 +0800
commite342840989ceb7a6efe56ae29bc8caf00c873bca (patch)
tree8ccda6cb62e92410c960523adc0aa167c960052f /gnu
parent970169487a4c10384a2da03dcc58e026561bd0c9 (diff)
gnu: ffmpeg-4: Update to 4.4.6.
* gnu/packages/video.scm (ffmpeg-4): Update to 4.4.6. [inputs]: Use sdl2 instead of sdl2-2.0. Change-Id: I6cf85d0222fbd68ddad79b7db3d557e319d08abb
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 865bdfc9d84..91874ef42fe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1915,16 +1915,14 @@ audio/video codec library.")
(define-public ffmpeg-4
(package
(inherit ffmpeg-5)
- (version "4.4.5")
+ (version "4.4.6")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
- "01xb2vj4n52fv2y56n5ifirgzlg16qbgfg98f6ifbbhm6l6lwlgr"))))
- (inputs (modify-inputs (package-inputs ffmpeg)
- (replace "sdl2" sdl2-2.0)))
+ "05q6bpid5hfr9djp6cf3sq8majkjiqnl3v9i2y0an23w8qgld412"))))
(arguments
(substitute-keyword-arguments (package-arguments ffmpeg-5)
((#:configure-flags flags ''())