mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
64661754fd
commit
9c5c64b8e1
1 changed files with 2 additions and 0 deletions
|
@ -1833,6 +1833,8 @@ (define-public vlc
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue