chromium: disable vaapi support

this fixes playback on radeon

see https://github.com/NixOS/nixpkgs/pull/57837#issuecomment-477906724
This commit is contained in:
Herwig Hochleitner 2019-03-31 01:04:49 +01:00
parent 69ca4df22f
commit 233e551674
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
# package customization # package customization
, enableNaCl ? false , enableNaCl ? false
, enableWideVine ? false , enableWideVine ? false
, useVaapi ? true , useVaapi ? false
, gnomeSupport ? false, gnome ? null , gnomeSupport ? false, gnome ? null
, gnomeKeyringSupport ? false, libgnome-keyring3 ? null , gnomeKeyringSupport ? false, libgnome-keyring3 ? null
, proprietaryCodecs ? true , proprietaryCodecs ? true

View File

@ -11,7 +11,7 @@
, proprietaryCodecs ? true , proprietaryCodecs ? true
, enablePepperFlash ? false , enablePepperFlash ? false
, enableWideVine ? false , enableWideVine ? false
, useVaapi ? true , useVaapi ? false # test video on radeon, before enabling this
, cupsSupport ? true , cupsSupport ? true
, pulseSupport ? config.pulseaudio or stdenv.isLinux , pulseSupport ? config.pulseaudio or stdenv.isLinux
, commandLineArgs ? "" , commandLineArgs ? ""