From 9c5c64b8e11c2af7da6ee460372d4360a6348ad5 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 10 Oct 2020 00:53:33 -0400 Subject: gnu: VLC: Add support for Secure Reliable Transport (SRT). * gnu/packages/video.scm (vlc)[inputs]: Add srt-1.4.1. --- gnu/packages/video.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8d80409401..4b7f9a6ca7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1833,6 +1833,8 @@ 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) ("taglib" ,taglib) ("twolame" ,twolame) ("unzip" ,unzip) -- cgit v1.2.3