mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 01:25:57 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user