aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_codec_webrtc__video__encoder__vpx.cc
blob: 67372f4cebca236dad0003461b05ecbd928b91ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/codec/webrtc_video_encoder_vpx.cc.orig	2022-06-17 14:20:10 UTC
+++ remoting/codec/webrtc_video_encoder_vpx.cc
@@ -85,7 +85,7 @@ void SetVp8CodecParameters(vpx_codec_enc_cfg_t* config
                            const webrtc::DesktopSize& size) {
   SetCommonCodecParameters(config, size);
 
-#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)
+#if (BUILDFLAG(IS_BSD) || BUILDFLAG(IS_LINUX)) && !BUILDFLAG(IS_CHROMEOS_LACROS)
   // On Linux, using too many threads for VP8 encoding has been linked to high
   // CPU usage on machines that are under stress. See http://crbug.com/1151148.
   // 5/3/2022 update: Perf testing has shown that doubling the number of threads