mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: rav1e: Fix the build.
* gnu/packages/video.scm (rav1e)[inputs]: Replace libgit2-1.7 with libgit2-1.8. Change-Id: Ice5a230f2060b494e77b05b520f3df81316cb640
This commit is contained in:
parent
2355a7d1ec
commit
99d8f0b428
1 changed files with 1 additions and 1 deletions
|
@ -6536,7 +6536,7 @@ (define-public rav1e
|
|||
'())
|
||||
(list pkg-config rust-cargo-c)))
|
||||
(inputs
|
||||
(list libgit2-1.7 zlib))
|
||||
(list libgit2-1.8 zlib))
|
||||
(home-page "https://github.com/xiph/rav1e/")
|
||||
(synopsis "Fast and safe AV1 encoder")
|
||||
(description "@code{rav1e} is an AV1 video encoder. It is designed to
|
||||
|
|
Loading…
Reference in a new issue