--- chrome/common/media/cdm_registration.h.orig 2024-07-30 11:12:21 UTC +++ chrome/common/media/cdm_registration.h @@ -16,7 +16,7 @@ void RegisterCdmInfo(std::vector* cdms); #if BUILDFLAG(ENABLE_WIDEVINE) && \ - (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH)) + (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_BSD)) // Returns the software secure Widevine CDM, if one exists. std::vector GetSoftwareSecureWidevine(); #endif