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 @@ videoformats depend on the configuration flags of ffmpeg.")
|
||||||
("sdl-image" ,sdl-image)
|
("sdl-image" ,sdl-image)
|
||||||
("speex" ,speex)
|
("speex" ,speex)
|
||||||
("speexdsp" ,speexdsp)
|
("speexdsp" ,speexdsp)
|
||||||
;; VLC is not yet compatible with SRT > 1.4.1.
|
("srt" ,srt)
|
||||||
("srt" ,srt-1.4.1)
|
|
||||||
("taglib" ,taglib)
|
("taglib" ,taglib)
|
||||||
("twolame" ,twolame)
|
("twolame" ,twolame)
|
||||||
("unzip" ,unzip)
|
("unzip" ,unzip)
|
||||||
|
|
Reference in a new issue