Source release 17.1.0
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
// Copyright 2015 Google LLC. All Rights Reserved. This file and proprietary
|
||||
// source code may only be used and distributed under the Widevine License
|
||||
// Agreement.
|
||||
|
||||
#define CDM_VERSION_STR_(x, y, z, w) #x "." #y "." #z w
|
||||
#define CDM_VERSION_STR(x, y, z, w) CDM_VERSION_STR_(x, y, z, w)
|
||||
|
||||
// Widevine CE CDM Version
|
||||
#ifndef CDM_VERSION
|
||||
# define CDM_VERSION "16.4.0"
|
||||
#ifndef CDM_VERSION_MAJOR
|
||||
# define CDM_VERSION_MAJOR 17
|
||||
#endif
|
||||
#ifndef CDM_VERSION_MINOR
|
||||
# define CDM_VERSION_MINOR 1
|
||||
#endif
|
||||
#ifndef CDM_VERSION_PATCH
|
||||
# define CDM_VERSION_PATCH 0
|
||||
#endif
|
||||
#ifndef CDM_VERSION_TAG
|
||||
# define CDM_VERSION_TAG ""
|
||||
#endif
|
||||
#define CDM_VERSION \
|
||||
CDM_VERSION_STR(CDM_VERSION_MAJOR, CDM_VERSION_MINOR, CDM_VERSION_PATCH, \
|
||||
CDM_VERSION_TAG)
|
||||
|
||||
#define EME_VERSION "https://www.w3.org/TR/2017/REC-encrypted-media-20170918"
|
||||
|
||||
Reference in New Issue
Block a user