gnu: ffmpeg: Build with the latest SRT.
* gnu/packages/video.scm (ffmpeg)[inputs]: Change from SRT-1.4.1 to SRT.
This commit is contained in:
parent
64fea6b49d
commit
f3e68e61ac
1 changed files with 1 additions and 2 deletions
|
@ -1465,8 +1465,7 @@ operate properly.")
|
||||||
("sdl" ,sdl2)
|
("sdl" ,sdl2)
|
||||||
("soxr" ,soxr)
|
("soxr" ,soxr)
|
||||||
("speex" ,speex)
|
("speex" ,speex)
|
||||||
;; FFmpeg is not yet compatible with SRT > 1.4.1.
|
("srt" ,srt)
|
||||||
("srt" ,srt-1.4.1)
|
|
||||||
("twolame" ,twolame)
|
("twolame" ,twolame)
|
||||||
("vidstab" ,vidstab)
|
("vidstab" ,vidstab)
|
||||||
("x265" ,x265)
|
("x265" ,x265)
|
||||||
|
|
Reference in a new issue