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:
Marius Bakke 2021-06-16 19:06:17 +02:00
parent 64fea6b49d
commit f3e68e61ac
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1465,8 +1465,7 @@ (define-public ffmpeg
("sdl" ,sdl2)
("soxr" ,soxr)
("speex" ,speex)
;; FFmpeg is not yet compatible with SRT > 1.4.1.
("srt" ,srt-1.4.1)
("srt" ,srt)
("twolame" ,twolame)
("vidstab" ,vidstab)
("x265" ,x265)