25 lines
981 B
Diff
25 lines
981 B
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Mon, 2 Apr 2018 11:36:02 +0200
|
|
Subject: Punt the Widevine version string
|
|
|
|
Originally from http://bazaar.launchpad.net/~saiarcot895/chromium-browser/chromium-browser.wily.beta/view/head:/debian/patches/fix_building_widevinecdm_with_chromium.patch
|
|
---
|
|
chrome/common/chrome_content_client.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
|
--- a/chrome/common/chrome_content_client.cc
|
|
+++ b/chrome/common/chrome_content_client.cc
|
|
@@ -520,7 +520,7 @@ void ChromeContentClient::AddContentDecryptionModules(
|
|
base::FilePath cdm_path;
|
|
content::CdmCapability capability;
|
|
if (IsWidevineAvailable(&cdm_path, &capability)) {
|
|
- const base::Version version(WIDEVINE_CDM_VERSION_STRING);
|
|
+ const base::Version version("1.0.123.456");
|
|
DCHECK(version.IsValid());
|
|
|
|
cdms->push_back(
|
|
--
|
|
2.11.0
|
|
|