gnu: FFmpeg: Add support for Secure Reliable Transport (SRT).

* gnu/packages/video.scm (vlc)[inputs] Add srt-1.4.1.
[arguments]: Pass "--enable-libsrt" to #:configure-flags.
This commit is contained in:
Leo Famulari 2020-10-10 00:52:24 -04:00
parent 021e92780b
commit 64661754fd
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -1455,6 +1455,8 @@ operate properly.")
("sdl" ,sdl2)
("soxr" ,soxr)
("speex" ,speex)
;; FFmpeg is not yet compatible with SRT > 1.4.1.
("srt" ,srt-1.4.1)
("twolame" ,twolame)
("vidstab" ,vidstab)
("x265" ,x265)
@ -1539,6 +1541,7 @@ operate properly.")
'())
"--enable-libsoxr"
"--enable-libspeex"
"--enable-libsrt"
"--enable-libtheora"
"--enable-libtwolame"
"--enable-libvidstab"