mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
216a37ba50
commit
dfbd6532d6
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue