mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
54d8326806
commit
c33df8ab95
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue