public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luan Oliveira <luanv.oliveira@outlook.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: Update chromium.conf - rename vaapi flags
Date: Fri, 07 Aug 2026 16:07:59 GMT	[thread overview]
Message-ID: <178611887998.1.17273220544561472151.rpms-chromium-ae6fa6df3d8a@fedoraproject.org> (raw)

            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
        

                 reply	other threads:[~2026-08-07 16:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178611887998.1.17273220544561472151.rpms-chromium-ae6fa6df3d8a@fedoraproject.org \
    --to=luanv.oliveira@outlook.com \
    --cc=git-commits@fedoraproject.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox