mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Add widevine cdm cu patch
This commit is contained in:
parent
544a814e20
commit
a75c8dbce1
1 changed files with 17 additions and 0 deletions
17
third_party/widevine/cdm/widevine_cdm_version.h
vendored
Normal file
17
third_party/widevine/cdm/widevine_cdm_version.h
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// This is a stand-in for a generated file that is available when the
|
||||
// Widevine CDM is available.
|
||||
|
||||
#ifndef WIDEVINE_CDM_VERSION_H_
|
||||
#define WIDEVINE_CDM_VERSION_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_VERSION_STRING "undefined"
|
||||
|
||||
#endif // WIDEVINE_CDM_VERSION_H_
|
Loading…
Reference in a new issue