~ruther/guix-local

85bc5434ed23c13738344bf58c36fa02bcdfcdcb — Arun Isaac 9 years ago 08f9639
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>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +1 -0
@@ 473,6 473,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
       ("mesa" ,mesa)
       ("openal" ,openal)
       ("pulseaudio" ,pulseaudio)
       ("sdl" ,sdl2)
       ("soxr" ,soxr)
       ("speex" ,speex)
       ("twolame" ,twolame)