gnu: ffmpeg: Build with SDL support.

SDL is required for the `ffplay' executable to be built.

* gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Arun Isaac 2017-02-11 21:52:18 +05:30 committed by Marius Bakke
parent 08f96396b6
commit 85bc5434ed
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -473,6 +473,7 @@ (define-public ffmpeg
("mesa" ,mesa)
("openal" ,openal)
("pulseaudio" ,pulseaudio)
("sdl" ,sdl2)
("soxr" ,soxr)
("speex" ,speex)
("twolame" ,twolame)