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:
Leo Famulari 2020-12-15 02:54:44 -05:00
parent 54d8326806
commit c33df8ab95
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1702,7 +1702,10 @@ (define-public ffmpeg-2.8
(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