all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49564] [PATCH core-updates] gnu: ffmpeg: Enable vaapi.
@ 2021-07-14 20:06 Jack Hill
  2021-07-15  5:57 ` bug#49564: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2021-07-14 20:06 UTC (permalink / raw)
  To: 49564

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49564: [PATCH core-updates] gnu: ffmpeg: Enable vaapi.
  2021-07-14 20:06 [bug#49564] [PATCH core-updates] gnu: ffmpeg: Enable vaapi Jack Hill
@ 2021-07-15  5:57 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-07-15  5:57 UTC (permalink / raw)
  To: Jack Hill; +Cc: 49564-done

On Wed, Jul 14, 2021 at 04:06:29PM -0400, Jack Hill wrote:
> * gnu/packages/video.scm (ffmpeg)[arguments]: Add --enable-vaapi to
> configure-flags.

Thanks! Pushed as 7db8fd6e7290d16b94ea05f567222ce2b5ef2593




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-15  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 20:06 [bug#49564] [PATCH core-updates] gnu: ffmpeg: Enable vaapi Jack Hill
2021-07-15  5:57 ` bug#49564: " Leo Famulari

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.