gnu: motion: Build with the latest ffmpeg.
* gnu/packages/video.scm (motion)[inputs]: Change from FFMPEG-3.4 to FFMPEG.master
parent
aa246eaa6b
commit
b87840f0d4
|
@ -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
|
||||
|
|
Reference in New Issue