mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -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)
|
("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)
|
||||||
|
|
Loading…
Reference in a new issue