Skip to content

Commit ef889f4

Browse files
committed
chromiumDev: Drop the optional VA-API patches
I didn't look into this yet but IIRC M86 will finally have a flag for Linux to enable VA-API. So we shouldn't need enable-video-acceleration-on-linux.patch anymore. But we likely need to update enable-vdpau-support-for-nvidia.patch when/before M86 hits the stable channel if we want to keep VDPAU support. (cherry picked from commit bf0e13a)
1 parent bed75af commit ef889f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/applications/networking/browsers/chromium

pkgs/applications/networking/browsers/chromium/common.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ let
162162
#
163163
# ++ optionals (channel == "dev") [ ( githubPatch "<patch>" "0000000000000000000000000000000000000000000000000000000000000000" ) ]
164164
# ++ optional (versionRange "68" "72") ( githubPatch "<patch>" "0000000000000000000000000000000000000000000000000000000000000000" )
165-
] ++ optionals (useVaapi) [ # Improvements for the VA-API build:
165+
] ++ optionals (useVaapi && versionRange "68" "86") [ # Improvements for the VA-API build:
166166
./patches/enable-vdpau-support-for-nvidia.patch # https://aur.archlinux.org/cgit/aur.git/tree/vdpau-support.patch?h=chromium-vaapi
167167
./patches/enable-video-acceleration-on-linux.patch # Can be controlled at runtime (i.e. without rebuilding Chromium)
168168
];

0 commit comments

Comments
 (0)