me
/
guix
Archived
1
0
Fork 0

gnu: motion: Build with the latest ffmpeg.

* gnu/packages/video.scm (motion)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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