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>master
parent
5feeb51f1b
commit
6b9d373083
|
@ -1974,8 +1974,7 @@ 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)
|
||||
("srt" ,srt)
|
||||
("taglib" ,taglib)
|
||||
("twolame" ,twolame)
|
||||
("unzip" ,unzip)
|
||||
|
|
Reference in New Issue