From 5c43e78b605be1338e8de2c30770d5ce268064fd Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 7 Oct 2025 16:44:40 +0300 Subject: [PATCH] qt6.qtwebengine: enable VA-API support Requires vendored libvpx, but the end user experience is much better for it. --- .../libraries/qt-6/modules/qtwebengine/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/qt-6/modules/qtwebengine/default.nix b/pkgs/development/libraries/qt-6/modules/qtwebengine/default.nix index c2bcba370bb3..7278281774d5 100644 --- a/pkgs/development/libraries/qt-6/modules/qtwebengine/default.nix +++ b/pkgs/development/libraries/qt-6/modules/qtwebengine/default.nix @@ -37,7 +37,6 @@ libopus, jsoncpp, protobuf, - libvpx, srtp, snappy, nss, @@ -59,6 +58,7 @@ lcms2, libkrb5, libgbm, + libva, enableProprietaryCodecs ? true, # darwin bootstrap_cmds, @@ -208,7 +208,6 @@ qtModule { # Video formats srtp - libvpx # Audio formats libopus @@ -267,6 +266,7 @@ qtModule { libkrb5 libgbm + libva ]; buildInputs = [