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:
parent
021e92780b
commit
64661754fd
1 changed files with 3 additions and 0 deletions
|
@ -1455,6 +1455,8 @@ operate properly.")
|
||||||
("sdl" ,sdl2)
|
("sdl" ,sdl2)
|
||||||
("soxr" ,soxr)
|
("soxr" ,soxr)
|
||||||
("speex" ,speex)
|
("speex" ,speex)
|
||||||
|
;; FFmpeg is not yet compatible with SRT > 1.4.1.
|
||||||
|
("srt" ,srt-1.4.1)
|
||||||
("twolame" ,twolame)
|
("twolame" ,twolame)
|
||||||
("vidstab" ,vidstab)
|
("vidstab" ,vidstab)
|
||||||
("x265" ,x265)
|
("x265" ,x265)
|
||||||
|
@ -1539,6 +1541,7 @@ operate properly.")
|
||||||
'())
|
'())
|
||||||
"--enable-libsoxr"
|
"--enable-libsoxr"
|
||||||
"--enable-libspeex"
|
"--enable-libspeex"
|
||||||
|
"--enable-libsrt"
|
||||||
"--enable-libtheora"
|
"--enable-libtheora"
|
||||||
"--enable-libtwolame"
|
"--enable-libtwolame"
|
||||||
"--enable-libvidstab"
|
"--enable-libvidstab"
|
||||||
|
|
Reference in a new issue