mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
08f96396b6
commit
85bc5434ed
1 changed files with 1 additions and 0 deletions
|
@ -473,6 +473,7 @@ (define-public ffmpeg
|
|||
("mesa" ,mesa)
|
||||
("openal" ,openal)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("sdl" ,sdl2)
|
||||
("soxr" ,soxr)
|
||||
("speex" ,speex)
|
||||
("twolame" ,twolame)
|
||||
|
|
Loading…
Reference in a new issue