Skip to content
Snippets Groups Projects
Unverified Commit 65eaab63 authored by Rutger Helling's avatar Rutger Helling Committed by Leo Famulari
Browse files

gnu: qtox: Build with the latest FFmpeg.


* gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg-3.3 to ffmpeg.

Signed-off-by: default avatarLeo Famulari <leo@famulari.name>
parent 6a7e81c8
No related branches found
No related tags found
No related merge requests found
...@@ -875,7 +875,7 @@ (define-public qtox ...@@ -875,7 +875,7 @@ (define-public qtox
(("TIMESTAMP") "\"\"")) (("TIMESTAMP") "\"\""))
#t))))) #t)))))
(inputs (inputs
`(("ffmpeg" ,ffmpeg-3.3) `(("ffmpeg" ,ffmpeg)
("filteraudio", filteraudio) ("filteraudio", filteraudio)
("glib" ,glib) ("glib" ,glib)
("gtk+" ,gtk+-2) ("gtk+" ,gtk+-2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment