mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update widevine_cdm_version.h
This commit is contained in:
parent
35949b23f1
commit
35044fc7df
1 changed files with 3 additions and 0 deletions
|
@ -8,10 +8,13 @@
|
|||
#ifndef WIDEVINE_CDM_VERSION_H_
|
||||
#define WIDEVINE_CDM_VERSION_H_
|
||||
|
||||
#include "third_party/widevine/cdm/widevine_cdm_common.h"
|
||||
|
||||
// If the Widevine CDM is available define the following:
|
||||
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
||||
// as a string, e.g., "1.0.123.456").
|
||||
|
||||
#define WIDEVINE_CDM_AVAILABLE
|
||||
#define WIDEVINE_CDM_VERSION_STRING "undefined"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
||||
|
|
Loading…
Reference in a new issue