gnu: VLC: Add support for Secure Reliable Transport (SRT).

* gnu/packages/video.scm (vlc)[inputs]: Add srt-1.4.1.
This commit is contained in:
Leo Famulari 2020-10-10 00:53:33 -04:00
parent 64661754fd
commit 9c5c64b8e1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -1833,6 +1833,8 @@ videoformats depend on the configuration flags of ffmpeg.")
("sdl-image" ,sdl-image)
("speex" ,speex)
("speexdsp" ,speexdsp)
;; VLC is not yet compatible with SRT > 1.4.1.
("srt" ,srt-1.4.1)
("taglib" ,taglib)
("twolame" ,twolame)
("unzip" ,unzip)