mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
This update also removes the --audio-backend command line switch in favor of an actual setting in the browser that can be changed at chrome://flags/#audio-backend Security: https://vuxml.freebsd.org/freebsd/15d398ea-4f73-11ef-8a0f-a8a1599412c6.html
11 lines
496 B
C++
11 lines
496 B
C++
--- chrome/common/media/cdm_registration.h.orig 2024-07-30 11:12:21 UTC
|
|
+++ chrome/common/media/cdm_registration.h
|
|
@@ -16,7 +16,7 @@
|
|
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
|