public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Update chromium.conf - rename vaapi flags
@ 2026-08-07 16:07 Luan Oliveira
0 siblings, 0 replies; only message in thread
From: Luan Oliveira @ 2026-08-07 16:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : ae6fa6df3d8abc4a3c73b7f971f454cae6331f2e
Author : Luan Oliveira <luanv.oliveira@outlook.com>
Date : 2025-07-25T15:10:02+00:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/ae6fa6df3d8abc4a3c73b7f971f454cae6331f2e?branch=epel9-next
Log:
Update chromium.conf - rename vaapi flags
some vaapi flags were renamed to accelerated video in chromium 131
---
diff --git a/chromium.conf b/chromium.conf
index 58ed89e..2546104 100644
--- a/chromium.conf
+++ b/chromium.conf
@@ -35,11 +35,11 @@ case "$GRAPHIC_DRIVER" in
# see https://crbug.com/1492880. This feature switch is
# provided for developers to test VaAPI drivers on NVIDIA GPUs
CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl"
- FEATURES+="VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,VaapiOnNvidiaGPUs"
+ FEATURES+="AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL,VaapiOnNvidiaGPUs"
;;
*)
CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl"
- FEATURES+="VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"
+ FEATURES+="AcceleratedVideoEncoder,AcceleratedVideoDecodeLinuxGL"
;;
esac
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:07 [rpms/chromium] epel9-next: Update chromium.conf - rename vaapi flags Luan Oliveira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox