13 lines
829 B
Diff
13 lines
829 B
Diff
diff --git a/third_party/widevine/cdm/widevine.gni b/third_party/widevine/cdm/widevine.gni
|
|
index b932be1e74400ece2cd6511b343e42ba92cbcc03..093e75accc79d9ae9594704bdfe624d937ff547b 100644
|
|
--- a/third_party/widevine/cdm/widevine.gni
|
|
+++ b/third_party/widevine/cdm/widevine.gni
|
|
@@ -31,6 +31,7 @@ library_widevine_cdm_available =
|
|
(target_os == "mac" && (target_cpu == "x64" || target_cpu == "arm64")) ||
|
|
(target_os == "win" &&
|
|
(target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm64"))
|
|
+if (target_os == "linux") { library_widevine_cdm_available = true } # Let Linux users manually supply Widevine on architectures where it isn't publicly available.
|
|
|
|
# Widevine CDM is available as a library CDM and it's supported by Chromium.
|
|
# This does not define how the CDM will be deployed. It can be bundled or
|