mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
aa246eaa6b
commit
b87840f0d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue