guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: ffmpeg: Build with SDL support.


From: Arun Isaac
Subject: [PATCH] gnu: ffmpeg: Build with SDL support.
Date: Sat, 11 Feb 2017 21:52:18 +0530

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

* gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3acd2bf91..bb2ed1f63 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)
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]