mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: rav1e: Mark as tunable.
* gnu/packages/video.scm (rav1e)[properties]: Mark package as tunable. Change-Id: Icaf3615ce6f1e76416543a1285af5f1fdaec3589
This commit is contained in:
parent
92bd81a96f
commit
8e7ed3b715
1 changed files with 2 additions and 0 deletions
|
@ -6021,6 +6021,8 @@ (define-public rav1e
|
|||
(description "@code{rav1e} is an AV1 video encoder. It is designed to
|
||||
eventually cover all use cases, though in its current form it is most suitable
|
||||
for cases where libaom (the reference encoder) is too slow.")
|
||||
;; This package shows a large speed boost when tuned for newer architectures.
|
||||
(properties `((tunable? . #t)))
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public peek
|
||||
|
|
Loading…
Reference in a new issue