summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-03-06 13:06:10 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-03-10 12:50:13 +0200
commit8e7ed3b71536bb0c0452d1bdc6345055c3585f7d (patch)
treee72726e70786e96508f8ecc9dbdb4e1fd8be45e6
parent92bd81a96f4cac9d0fe628b82ffb1d127ad3e42f (diff)
gnu: rav1e: Mark as tunable.
* gnu/packages/video.scm (rav1e)[properties]: Mark package as tunable. Change-Id: Icaf3615ce6f1e76416543a1285af5f1fdaec3589
-rw-r--r--gnu/packages/video.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c4660c8998..94334e0c97 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6021,6 +6021,8 @@ result in several formats:
(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