all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 49564@debbugs.gnu.org
Subject: [bug#49564] [PATCH core-updates] gnu: ffmpeg: Enable vaapi.
Date: Wed, 14 Jul 2021 16:06:29 -0400	[thread overview]
Message-ID: <20210714200629.29772-1-jackhill@jackhill.us> (raw)

* gnu/packages/video.scm (ffmpeg)[arguments]: Add --enable-vaapi to
configure-flags.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 44d215c69c..150c235867 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1573,6 +1573,7 @@ operate properly.")
          "--enable-openal"
          "--enable-opengl"
          "--enable-libdrm"
+         "--enable-vaapi"
 
          "--enable-runtime-cpudetect"
 
-- 
2.32.0





             reply	other threads:[~2021-07-14 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-14 20:06 Jack Hill [this message]
2021-07-15  5:57 ` bug#49564: [PATCH core-updates] gnu: ffmpeg: Enable vaapi Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210714200629.29772-1-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=49564@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.