guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: mlt: Build with the latest ffmpeg.


From: guix-commits
Subject: 12/13: gnu: mlt: Build with the latest ffmpeg.
Date: Mon, 22 Jun 2020 17:55:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0752dabb40a087a5189b3771b8a05c653e0aadd7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 22 23:29:22 2020 +0200

    gnu: mlt: Build with the latest ffmpeg.
    
    * gnu/packages/video.scm (mlt)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0512358..84d6b59 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2390,7 +2390,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
              #t)))))
     (inputs
      `(("alsa-lib" ,alsa-lib)
-       ("ffmpeg" ,ffmpeg-3.4)
+       ("ffmpeg" ,ffmpeg)
        ("fftw" ,fftw)
        ("frei0r-plugins" ,frei0r-plugins)
        ("gdk-pixbuf" ,gdk-pixbuf)



reply via email to

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