diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-23 00:13:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-23 22:24:32 +0200 |
commit | b87840f0d4ee98578b8b81002ae45b0a2b20b2c6 (patch) | |
tree | 40703475f325d7e2700ac56ca739a577cbed8a21 /gnu | |
parent | aa246eaa6b338fc6509bd5e6b93fa23121b2c95c (diff) | |
download | guix-b87840f0d4ee98578b8b81002ae45b0a2b20b2c6.tar.gz guix-b87840f0d4ee98578b8b81002ae45b0a2b20b2c6.zip |
gnu: motion: Build with the latest ffmpeg.
* gnu/packages/video.scm (motion)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 84d6b59534..b206fb32f5 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 |