This commit is contained in:
Sense T 2023-07-20 10:16:18 +00:00
parent 68dfe757e8
commit 3e1cba86bd
2 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,9 @@
# enable hyprland support
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
});
vaapiIntel = super.vaapiIntel.overrideAttrs (oldAttrs: {
enableHybridCodec = true;
});
})
];
};

View File

@ -11,7 +11,6 @@
extraPackages = with pkgs; [
mesa.drivers
libvdpau-va-gl
intel-media-driver
vaapiVdpau
(