Skip to content

Commit

Permalink
Revert "common/gpu/intel: Disable intel-ocl due to web.archive.org ou…
Browse files Browse the repository at this point in the history
…tage"

This reverts commit e8a2f6d.
  • Loading branch information
8bitbuddhist authored and mergify[bot] committed Oct 31, 2024
1 parent 07d15e8 commit b486ff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/gpu/intel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
enableHybridCodec = cfg.enableHybridCodec;
};

# 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
useIntelOcl = useIntelVaapiDriver && (config.hardware.enableAllFirmware or config.nixpkgs.config.allowUnfree or false);
intel-ocl = pkgs.intel-ocl;

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

0 comments on commit b486ff2

Please sign in to comment.