d2e60d1f93
Before version 54, the WideVine CDM plugin was built unconditionally and it seems since version 54 this now is dependent upon a GYP/GN flag on whether to include the CDM shared library or not. Also, we now use a patch from Gentoo which should hopefully get the CDM plugin to work properly, at least according to their bugtracker: https://bugs.gentoo.org/show_bug.cgi?id=547630 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
16 lines
507 B
Diff
16 lines
507 B
Diff
Minimal WideVine patch from Gentoo:
|
|
|
|
https://gitweb.gentoo.org/repo/gentoo.git/tree/www-client/chromium/files/chromium-widevine-r1.patch
|
|
|
|
BTS: https://bugs.gentoo.org/show_bug.cgi?id=547630
|
|
|
|
--- a/third_party/widevine/cdm/stub/widevine_cdm_version.h
|
|
+++ b/third_party/widevine/cdm/stub/widevine_cdm_version.h
|
|
@@ -10,6 +10,7 @@
|
|
|
|
#include "third_party/widevine/cdm/widevine_cdm_common.h"
|
|
|
|
+#define WIDEVINE_CDM_VERSION_STRING "unknown"
|
|
#define WIDEVINE_CDM_AVAILABLE
|
|
|
|
#endif // WIDEVINE_CDM_VERSION_H_
|