$NetBSD: patch-media_webrtc_audio__processor.cc,v 1.7 2025/09/12 16:02:31 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- media/webrtc/audio_processor.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ media/webrtc/audio_processor.cc @@ -510,7 +510,7 @@ std::optional AudioProcessor::Pr // controller. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) DCHECK_LE(volume, 1.0); -#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_OPENBSD) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // We have a special situation on Linux where the microphone volume can be // "higher than maximum". The input volume slider in the sound preference // allows the user to set a scaling that is higher than 100%. It means that