aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-remoting_codec_webrtc__video__encoder__vpx.cc
blob: 8c9384ed5e26d7b9b8e40083ab4529204b626649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/codec/webrtc_video_encoder_vpx.cc.orig	2023-05-25 00:42:01 UTC
+++ remoting/codec/webrtc_video_encoder_vpx.cc
@@ -88,7 +88,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