From 0752dabb40a087a5189b3771b8a05c653e0aadd7 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 22 Jun 2020 23:29:22 +0200 Subject: [PATCH] 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 0512358b22..84d6b59534 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) -- 2.20.1