mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qtox: Build with the latest FFmpeg.
* gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg-3.3 to ffmpeg. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6a7e81c8a2
commit
65eaab635b
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ (define-public qtox
|
|||
(("TIMESTAMP") "\"\""))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("ffmpeg" ,ffmpeg-3.3)
|
||||
`(("ffmpeg" ,ffmpeg)
|
||||
("filteraudio", filteraudio)
|
||||
("glib" ,glib)
|
||||
("gtk+" ,gtk+-2)
|
||||
|
|
Loading…
Reference in a new issue