diff options
Diffstat (limited to 'devel/electron33/files/patch-media_webrtc_audio__processor.cc')
-rw-r--r-- | devel/electron33/files/patch-media_webrtc_audio__processor.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-media_webrtc_audio__processor.cc b/devel/electron33/files/patch-media_webrtc_audio__processor.cc deleted file mode 100644 index 3e5689c1eb80..000000000000 --- a/devel/electron33/files/patch-media_webrtc_audio__processor.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- media/webrtc/audio_processor.cc.orig 2024-10-16 21:31:35 UTC -+++ media/webrtc/audio_processor.cc -@@ -521,7 +521,7 @@ std::optional<double> AudioProcessor::ProcessData( - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) - DCHECK_LE(volume, 1.0); - #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || \ -- BUILDFLAG(IS_OPENBSD) -+ 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 |