guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: ffmpeg: Enable vaapi.


From: guix-commits
Subject: 06/06: gnu: ffmpeg: Enable vaapi.
Date: Thu, 15 Jul 2021 01:56:35 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 7db8fd6e7290d16b94ea05f567222ce2b5ef2593
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Wed Jul 14 16:06:29 2021 -0400

    gnu: ffmpeg: Enable vaapi.
    
    * gnu/packages/video.scm (ffmpeg)[arguments]: Add --enable-vaapi to
    configure-flags.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2dc6fec..f19bdc7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1598,6 +1598,7 @@ operate properly.")
          "--enable-openal"
          "--enable-opengl"
          "--enable-libdrm"
+         "--enable-vaapi"
 
          "--enable-runtime-cpudetect"
 



reply via email to

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