gnu: ffmpeg: Update to 4.2.3.
* gnu/packages/video.scm (ffmpeg): Update to 4.2.3. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
bd3716f6fe
commit
a933ee5591
@ -930,7 +930,7 @@ operate properly.")
|
|||||||
(define-public ffmpeg
|
(define-public ffmpeg
|
||||||
(package
|
(package
|
||||||
(name "ffmpeg")
|
(name "ffmpeg")
|
||||||
(version "4.2.2")
|
(version "4.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
||||||
@ -939,7 +939,7 @@ operate properly.")
|
|||||||
(patches (search-patches "ffmpeg-prefer-dav1d.patch"))
|
(patches (search-patches "ffmpeg-prefer-dav1d.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"176jn1lcdf0gk7sa5l2mv0faqp5dsqdhx1gqcrgymqhfmdal4xfb"))))
|
"0cddkb5sma9dzy8i59sfls19rhjlq40zn9mh3x666dqkxl5ckxlx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("dav1d" ,dav1d)
|
`(("dav1d" ,dav1d)
|
||||||
|
Loading…
Reference in New Issue
Block a user