guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: rav1e: Mark as tunable.


From: guix-commits
Subject: 06/07: gnu: rav1e: Mark as tunable.
Date: Sun, 10 Mar 2024 06:51:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8e7ed3b71536bb0c0452d1bdc6345055c3585f7d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 6 13:06:10 2024 +0200

    gnu: rav1e: Mark as tunable.
    
    * gnu/packages/video.scm (rav1e)[properties]: Mark package as tunable.
    
    Change-Id: Icaf3615ce6f1e76416543a1285af5f1fdaec3589
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]