summarylogtreecommitdiffstats
path: root/chromium-widevine.patch
diff options
context:
space:
mode:
authorJonas Heinrich2017-11-12 14:19:32 +0100
committerJonas Heinrich2017-11-12 14:19:32 +0100
commit9e84c5afbdfc88afb98b68005076ea0b35e62ce3 (patch)
tree0f501712ec1990f72d201a53ba7a4e45296d9983 /chromium-widevine.patch
downloadaur-9e84c5afbdfc88afb98b68005076ea0b35e62ce3.tar.gz
first commit
Diffstat (limited to 'chromium-widevine.patch')
-rw-r--r--chromium-widevine.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium-widevine.patch b/chromium-widevine.patch
new file mode 100644
index 000000000000..45048cada875
--- /dev/null
+++ b/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 "@WIDEVINE_VERSION@"
++
+ #endif // WIDEVINE_CDM_VERSION_H_