guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ffmpeg: Add libdrm support.


From: guix-commits
Subject: 01/01: gnu: ffmpeg: Add libdrm support.
Date: Thu, 10 Jan 2019 02:21:20 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 1f61cc102e205dc1cda8f1ea4bc10dd82b1864e9
Author: Rutger Helling <address@hidden>
Date:   Fri Dec 28 20:15:22 2018 +0100

    gnu: ffmpeg: Add libdrm support.
    
    * gnu/packages/video.scm (ffmpeg): Add libdrm support.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 52faceb..15e28d8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -704,6 +704,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and 
VC-1/VMW3).")
        ("libbluray" ,libbluray)
        ("libcaca" ,libcaca)
        ("libcdio-paranoia" ,libcdio-paranoia)
+       ("libdrm" ,libdrm)
        ("libtheora" ,libtheora)
        ("libva" ,libva)
        ("libvdpau" ,libvdpau)
@@ -805,6 +806,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and 
VC-1/VMW3).")
          "--enable-libx265"
          "--enable-openal"
          "--enable-opengl"
+         "--enable-libdrm"
 
          "--enable-runtime-cpudetect"
 



reply via email to

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