gnu: openh264: Update to 2.5.0.

* gnu/packages/video.scm (openh264): Update to 2.5.0.

Reviewed-by: Andrew Wong <brosasaki@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic960ed6293c8aa2ab16f55efaa02c639870abf6e
This commit is contained in:
Hikari 2025-02-04 16:25:23 +05:30 committed by Sharlatan Hellseher
parent 216a37ba50
commit dfbd6532d6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5209,7 +5209,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
(define-public openh264
(package
(name "openh264")
(version "2.3.0")
(version "2.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5218,7 +5218,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
(file-name (git-file-name name version))
(sha256
(base32
"1yr6nsjpnazq4z6dvjfyanljwgwnyjh3ddxa0sq6hl9qc59yq91r"))))
"1lkzidgb3835jjf3qd56avgb7ag4s6l4yvi2b3aacfqpzvh7vjib"))))
(build-system gnu-build-system)
(native-inputs
(list nasm python))
@ -5226,7 +5226,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
(list
#:make-flags
#~(list (string-append "PREFIX=" #$output)
"CC=gcc")
(string-append "CC=" #$(cc-for-target)))
#:test-target "test"
#:phases
#~(modify-phases %standard-phases