blob: a8430e1bf9f04a0eefcd3859dbdfdeb1b9aa14d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/media/cdm_registration.h.orig 2024-08-14 20:54:41 UTC
+++ chrome/common/media/cdm_registration.h
@@ -16,7 +16,7 @@ void RegisterCdmInfo(std::vector<content::CdmInfo>* cd
void RegisterCdmInfo(std::vector<content::CdmInfo>* 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<content::CdmInfo> GetSoftwareSecureWidevine();
#endif
|