mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
488 B
C++
11 lines
488 B
C++
--- chrome/common/media/cdm_registration.h.orig 2025-04-16 18:18:42 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
|