1 --- remoting/codec/webrtc_video_encoder_vpx.cc.orig	2022-08-31 12:19:35 UTC
2 +++ remoting/codec/webrtc_video_encoder_vpx.cc
3 @@ -89,7 +89,7 @@ void SetVp8CodecParameters(vpx_codec_enc_cfg_t* config
4                             const webrtc::DesktopSize& size) {
5    SetCommonCodecParameters(config, size);
6 
7 -#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)
8 +#if (BUILDFLAG(IS_BSD) || BUILDFLAG(IS_LINUX)) && !BUILDFLAG(IS_CHROMEOS_LACROS)
9    // On Linux, using too many threads for VP8 encoding has been linked to high
10    // CPU usage on machines that are under stress. See http://crbug.com/1151148.
11    // 5/3/2022 update: Perf testing has shown that doubling the number of threads
12