aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/chromium-widevine.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-30 13:11:25 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-30 13:11:25 +0200
commitaa03363e4923e2745456359019c2dc08089ab446 (patch)
tree1ea625f4f9c1da39c97ddffde2bc08b3589f1bf9 /community/chromium/chromium-widevine.patch
parentf8f12a1762ad21637c24bf91b05725e792871b0f (diff)
downloadaports-aa03363e4923e2745456359019c2dc08089ab446.tar.bz2
aports-aa03363e4923e2745456359019c2dc08089ab446.tar.xz
community/chromium: move from main
Diffstat (limited to 'community/chromium/chromium-widevine.patch')
-rw-r--r--community/chromium/chromium-widevine.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/chromium/chromium-widevine.patch b/community/chromium/chromium-widevine.patch
new file mode 100644
index 0000000000..5e78817f07
--- /dev/null
+++ b/community/chromium/chromium-widevine.patch
@@ -0,0 +1,12 @@
+diff -upr chromium-42.0.2311.90.orig/third_party/widevine/cdm/widevine_cdm_version.h chromium-42.0.2311.90/third_party/widevine/cdm/widevine_cdm_version.h
+--- chromium-42.0.2311.90.orig/third_party/widevine/cdm/widevine_cdm_version.h 2015-04-15 01:18:59.000000000 +0300
++++ chromium-42.0.2311.90/third_party/widevine/cdm/widevine_cdm_version.h 2015-04-15 09:09:49.157260050 +0300
+@@ -14,4 +14,8 @@
+ // - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
+ // as a string, e.g., "1.0.123.456").
+
++#include "third_party/widevine/cdm/widevine_cdm_common.h"
++#define WIDEVINE_CDM_AVAILABLE
++#define WIDEVINE_CDM_VERSION_STRING "1.0.000.000"
++
+ #endif // WIDEVINE_CDM_VERSION_H_