aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-chrome_common_media_cdm__registration.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-chrome_common_media_cdm__registration.h')
-rw-r--r--devel/electron32/files/patch-chrome_common_media_cdm__registration.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron32/files/patch-chrome_common_media_cdm__registration.h b/devel/electron32/files/patch-chrome_common_media_cdm__registration.h
deleted file mode 100644
index a8430e1bf9f0..000000000000
--- a/devel/electron32/files/patch-chrome_common_media_cdm__registration.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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