aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_media_cdm__registration.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_common_media_cdm__registration.h')
-rw-r--r--www/chromium/files/patch-chrome_common_media_cdm__registration.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_common_media_cdm__registration.h b/www/chromium/files/patch-chrome_common_media_cdm__registration.h
new file mode 100644
index 000000000000..edb3dc3caee2
--- /dev/null
+++ b/www/chromium/files/patch-chrome_common_media_cdm__registration.h
@@ -0,0 +1,11 @@
+--- chrome/common/media/cdm_registration.h.orig 2025-04-04 08:52:13 UTC
++++ chrome/common/media/cdm_registration.h
+@@ -15,7 +15,7 @@
+ 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