Skip to content

Commit

Permalink
common/gpu/intel: Disable intel-ocl due to web.archive.org outage
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored and mergify[bot] committed Oct 24, 2024
1 parent 64d900a commit e8a2f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/gpu/intel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
enableHybridCodec = cfg.enableHybridCodec;
};

useIntelOcl = useIntelVaapiDriver && (config.hardware.enableAllFirmware or config.nixpkgs.config.allowUnfree or false);
# useIntelOcl = useIntelVaapiDriver && (config.hardware.enableAllFirmware or config.nixpkgs.config.allowUnfree or false);
useIntelOcl = false; # web.archive.org currently isn't serving the source; for the time being, we'll disable this
intel-ocl = pkgs.intel-ocl;

useIntelMediaDriver = cfg.vaapiDriver == "intel-media-driver" || cfg.vaapiDriver == null;
Expand Down

0 comments on commit e8a2f6d

Please sign in to comment.