guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ffmpeg-2.8: Remove extraneous inputs.


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

lfam pushed a commit to branch master
in repository guix.

commit c33df8ab95d391de79557cc20058299c9eac4a01
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Dec 15 02:54:44 2020 -0500

    gnu: ffmpeg-2.8: Remove extraneous inputs.
    
    These inputs are not used by FFmpeg 2.
    
    * gnu/packages/video.scm (ffmpeg-2.8)[inputs]: Remove dav1d, libaom,
    rav1e, and srt.
---
 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 94abbe0..d47241d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1702,7 +1702,10 @@ audio/video codec library.")
                     (path (string-join (map dirname dso) ":")))
                (format #t "setting LD_LIBRARY_PATH to ~s~%" path)
                (setenv "LD_LIBRARY_PATH" path)
-               #t))))))))
+               #t))))))
+    (inputs (fold alist-delete
+                  (package-inputs ffmpeg)
+                  '("dav1d" "libaom" "rav1e" "srt")))))
 
 (define-public ffmpeg-for-stepmania
   (hidden-package



reply via email to

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