guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ffmpeg: Build with SDL support.


From: Marius Bakke
Subject: 03/03: gnu: ffmpeg: Build with SDL support.
Date: Mon, 13 Feb 2017 15:24:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 85bc5434ed23c13738344bf58c36fa02bcdfcdcb
Author: Arun Isaac <address@hidden>
Date:   Sat Feb 11 21:52:18 2017 +0530

    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 <address@hidden>
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8766096..44d1856 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)



reply via email to

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