summaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-chrome_common_media_cdm__registration.h
blob: 25720d99f0a1b4624ba538c979217d8c9a66182a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/media/cdm_registration.h.orig	2025-04-22 20:15:27 UTC
+++ chrome/common/media/cdm_registration.h
@@ -15,7 +15,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))
+    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD))
 // Returns the software secure Widevine CDM, if one exists.
 std::vector<content::CdmInfo> GetSoftwareSecureWidevine();
 #endif