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.master
parent
54d8326806
commit
c33df8ab95
|
@ -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