summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2022-07-02 15:10:28 -0400
committerChristopher Baines <mail@cbaines.net>2022-07-08 00:16:14 +0100
commit6b9d3730838630c97583b19ebacb628340766460 (patch)
tree07002b4fbbf36e84485b3a86f0fd0de63f29d635 /gnu
parent5feeb51f1be99f556ddfef17b07b90c73cfd7fcf (diff)
downloadguix-6b9d3730838630c97583b19ebacb628340766460.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 471f9f660c..7151e903d1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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)