guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ffmpeg: Build with the latest SRT.


From: guix-commits
Subject: 03/03: gnu: ffmpeg: Build with the latest SRT.
Date: Wed, 16 Jun 2021 13:16:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f3e68e61acbc761d68755051bade8c13c3610c06
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 16 19:06:17 2021 +0200

    gnu: ffmpeg: Build with the latest SRT.
    
    * gnu/packages/video.scm (ffmpeg)[inputs]: Change from SRT-1.4.1 to SRT.
---
 gnu/packages/video.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8596706..ef8a2a9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1465,8 +1465,7 @@ operate properly.")
        ("sdl" ,sdl2)
        ("soxr" ,soxr)
        ("speex" ,speex)
-       ;; FFmpeg is not yet compatible with SRT > 1.4.1.
-       ("srt" ,srt-1.4.1)
+       ("srt" ,srt)
        ("twolame" ,twolame)
        ("vidstab" ,vidstab)
        ("x265" ,x265)



reply via email to

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