chromium: Enable v4l2 video decoder for hardware acceleratation on aarch64 (#380546)
This commit is contained in:
@@ -850,6 +850,11 @@ let
|
||||
enable_hangout_services_extension = true;
|
||||
ffmpeg_branding = "Chrome";
|
||||
}
|
||||
// lib.optionalAttrs stdenv.hostPlatform.isAarch64 {
|
||||
# Enable v4l2 video decoder for hardware acceleratation on aarch64:
|
||||
use_vaapi = false;
|
||||
use_v4l2_codec = true;
|
||||
}
|
||||
// lib.optionalAttrs pulseSupport {
|
||||
use_pulseaudio = true;
|
||||
link_pulseaudio = true;
|
||||
|
||||
Reference in New Issue
Block a user