gnu: motion: Build with the latest ffmpeg.

* gnu/packages/video.scm (motion)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
This commit is contained in:
Marius Bakke 2020-06-23 00:13:10 +02:00
parent aa246eaa6b
commit b87840f0d4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3451,7 +3451,7 @@ (define-public motion
("pkg-config" ,pkg-config)))
(inputs
`(("libjpeg" ,libjpeg-turbo)
("ffmpeg" ,ffmpeg-3.4)
("ffmpeg" ,ffmpeg)
("libmicrohttpd" ,libmicrohttpd)
("sqlite" ,sqlite)))
(arguments