mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: vlc: Use regular srt.
* gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported since upstream commit 9a28929. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
5feeb51f1b
commit
6b9d373083
1 changed files with 1 additions and 2 deletions
|
@ -1974,8 +1974,7 @@ (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)
|
||||
("srt" ,srt)
|
||||
("taglib" ,taglib)
|
||||
("twolame" ,twolame)
|
||||
("unzip" ,unzip)
|
||||
|
|
Loading…
Reference in a new issue