1 --- components/live_caption/caption_util.cc.orig	2022-07-22 17:30:31 UTC
2 +++ components/live_caption/caption_util.cc
3 @@ -140,7 +140,7 @@ bool IsLiveCaptionFeatureSupported() {
4      return false;
5  #endif
6 
7 -#if BUILDFLAG(IS_LINUX)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
9    // Check if the CPU has the required instruction set to run the Speech
10    // On-Device API (SODA) library.
11    static bool has_sse41 = base::CPU().has_sse41();
12