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:
Simon South 2022-07-02 15:10:28 -04:00 committed by Christopher Baines
parent 5feeb51f1b
commit 6b9d373083
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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)