3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: openh264: Update to 1.7.0.

* gnu/packages/video.scm (openh264): Update to 1.7.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-20 01:34:37 +02:00
parent ba4e15ae85
commit 1a34ca0e8f
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2146,7 +2146,7 @@ of modern, widely supported codecs.")
(define-public openh264
(package
(name "openh264")
(version "1.6.0")
(version "1.7.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/cisco/"
@ -2154,7 +2154,7 @@ of modern, widely supported codecs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ix2fhk62i4q4kbnkl0gfk4x53vxqavsn0pck1pashr566zhglv5"))))
"0gv571bqkxk7ic64dmavs1q8nr7p59mcf4ibqp4lc070gn6w61ww"))))
(build-system gnu-build-system)
(native-inputs
`(("nasm" ,nasm)