guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ffmpeg-4.2: Remove extraneous input rav1e.


From: guix-commits
Subject: 01/02: gnu: ffmpeg-4.2: Remove extraneous input rav1e.
Date: Tue, 15 Dec 2020 03:02:29 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 54d832680652faa23711ec326462f9a62645080d
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Nov 22 21:36:25 2020 +0100

    gnu: ffmpeg-4.2: Remove extraneous input rav1e.
    
    * gnu/packages/video.scm (ffmpeg-4.2)[inputs]: Remove rav1e.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/video.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f4c7174..94abbe0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1625,7 +1625,10 @@ audio/video codec library.")
     (arguments
      (substitute-keyword-arguments (package-arguments ffmpeg)
        ((#:configure-flags flags)
-        `(delete "--enable-librav1e" ,flags))))))
+        `(delete "--enable-librav1e" ,flags))))
+    (inputs (fold alist-delete
+                  (package-inputs ffmpeg)
+                  '("rav1e")))))
 
 (define-public ffmpeg-3.4
   (package



reply via email to

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