diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2017-02-11 21:52:18 +0530 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-13 20:56:02 +0100 |
commit | 85bc5434ed23c13738344bf58c36fa02bcdfcdcb (patch) | |
tree | 1e0a5f27f616ea1cf1e6e4a95efa8a46ac4000ae /gnu | |
parent | 08f96396b61d9b912fb4e548aa0259ed4acc0fc6 (diff) | |
download | guix-85bc5434ed23c13738344bf58c36fa02bcdfcdcb.tar.gz guix-85bc5434ed23c13738344bf58c36fa02bcdfcdcb.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 876609642a..44d1856d3d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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) |