guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: VLC: Add support for Secure Reliable Transport (SRT).


From: guix-commits
Subject: 03/04: gnu: VLC: Add support for Secure Reliable Transport (SRT).
Date: Tue, 13 Oct 2020 16:51:38 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 9c5c64b8e11c2af7da6ee460372d4360a6348ad5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Oct 10 00:53:33 2020 -0400

    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(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8d80409..4b7f9a6 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]