summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-30 21:54:05 +0000
committer Eric Hameleers <alien@slackware.com>2014-12-30 21:54:05 +0000
commitf8e7102d0ed6a208a8da83a7bccff359393ff17d (patch)
tree3aae1b875dc608aa34e941e95f8ee034fa984442 /chromium-dev
parent79970f6181ff92113da835c839839c1b73010048 (diff)
downloadasb-f8e7102d0ed6a208a8da83a7bccff359393ff17d.tar.gz
asb-f8e7102d0ed6a208a8da83a7bccff359393ff17d.tar.xz
Parametrize the WIDEVINE_VERSION
Diffstat (limited to 'chromium-dev')
-rw-r--r--chromium-dev/build/patches/chromium_widevine.patch11
1 files changed, 1 insertions, 10 deletions
diff --git a/chromium-dev/build/patches/chromium_widevine.patch b/chromium-dev/build/patches/chromium_widevine.patch
index feaa984c..04e560e6 100644
--- a/chromium-dev/build/patches/chromium_widevine.patch
+++ b/chromium-dev/build/patches/chromium_widevine.patch
@@ -6,7 +6,7 @@
+#include "third_party/widevine/cdm/widevine_cdm_common.h"
+#define WIDEVINE_CDM_AVAILABLE
-+#define WIDEVINE_CDM_VERSION_STRING "1.4.5.671"
++#define WIDEVINE_CDM_VERSION_STRING "@WIDEVINE_VERSION@"
+
#endif // WIDEVINE_CDM_VERSION_H_
--- chromium-39.0.2171.95/third_party/widevine/cdm/widevine_cdm.gyp.orig 2014-12-10 05:54:35.000000000 +0100
@@ -29,12 +29,3 @@
'dependencies': [
'<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp',
'<(DEPTH)/media/media_cdm_adapter.gyp:cdmadapter',
-@@ -115,7 +115,7 @@
- 'target_name': 'widevine_test_license_server',
- 'type': 'none',
- 'conditions': [
-- [ 'branding == "Chrome" and OS == "linux"', {
-+ [ 'branding == "Chromium" and OS == "linux"', {
- 'dependencies': [
- '<(DEPTH)/third_party/widevine/test/license_server/license_server.gyp:test_license_server',
- ],