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:
Rutger Helling 2017-12-06 12:09:54 +01:00 committed by Leo Famulari
parent 6a7e81c8a2
commit 65eaab635b
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ instant messenger with audio and video chat capabilities.")
(("TIMESTAMP") "\"\""))
#t)))))
(inputs
`(("ffmpeg" ,ffmpeg-3.3)
`(("ffmpeg" ,ffmpeg)
("filteraudio", filteraudio)
("glib" ,glib)
("gtk+" ,gtk+-2)