[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: motion: Build with the latest ffmpeg.
From: |
guix-commits |
Subject: |
01/03: gnu: motion: Build with the latest ffmpeg. |
Date: |
Tue, 23 Jun 2020 16:27:24 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit b87840f0d4ee98578b8b81002ae45b0a2b20b2c6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 23 00:13:10 2020 +0200
gnu: motion: Build with the latest ffmpeg.
* gnu/packages/video.scm (motion)[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 84d6b59..b206fb3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3451,7 +3451,7 @@ It counts more than 100 plugins.")
("pkg-config" ,pkg-config)))
(inputs
`(("libjpeg" ,libjpeg-turbo)
- ("ffmpeg" ,ffmpeg-3.4)
+ ("ffmpeg" ,ffmpeg)
("libmicrohttpd" ,libmicrohttpd)
("sqlite" ,sqlite)))
(arguments