update widevine versions

This commit is contained in:
Alexander Frick 2023-12-28 21:55:07 -06:00
parent f9cb187cbf
commit bff70e2b5c
24 changed files with 13 additions and 13 deletions

BIN
src/third_party/widevine/cdm/linux/x64/libwidevinecdm.so vendored Executable file → Normal file

Binary file not shown.

View file

@ -4,7 +4,7 @@
"manifest_version": 2,
"name": "WidevineCdm",
"os": "linux",
"version": "4.10.2557.0",
"version": "4.10.2710.0",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-host-versions": "10",
"x-cdm-interface-versions": "10",

View file

@ -14,6 +14,6 @@
// - 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 "4.10.2557.0"
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
#endif // WIDEVINE_CDM_VERSION_H_

BIN
src/third_party/widevine/cdm/mac/arm64/libwidevinecdm.dylib vendored Executable file → Normal file

Binary file not shown.

View file

@ -4,7 +4,7 @@
"manifest_version": 2,
"name": "WidevineCdm",
"os": "mac",
"version": "4.10.2557.0",
"version": "4.10.2710.0",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-host-versions": "10",
"x-cdm-interface-versions": "10",

View file

@ -14,6 +14,6 @@
// - 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 "4.10.2557.0"
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
#endif // WIDEVINE_CDM_VERSION_H_

BIN
src/third_party/widevine/cdm/mac/x64/libwidevinecdm.dylib vendored Executable file → Normal file

Binary file not shown.

View file

@ -4,7 +4,7 @@
"manifest_version": 2,
"name": "WidevineCdm",
"os": "mac",
"version": "4.10.2557.0",
"version": "4.10.2710.0",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-host-versions": "10",
"x-cdm-interface-versions": "10",

View file

@ -14,6 +14,6 @@
// - 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 "4.10.2557.0"
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
#endif // WIDEVINE_CDM_VERSION_H_

View file

@ -4,7 +4,7 @@
"manifest_version": 2,
"name": "WidevineCdm",
"os": "win",
"version": "4.10.2557.0",
"version": "4.10.2710.0",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-host-versions": "10",
"x-cdm-interface-versions": "10",

View file

@ -14,6 +14,6 @@
// - 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 "4.10.2557.0"
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
#endif // WIDEVINE_CDM_VERSION_H_

View file

@ -4,7 +4,7 @@
"manifest_version": 2,
"name": "WidevineCdm",
"os": "win",
"version": "4.10.2557.0",
"version": "4.10.2710.0",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-host-versions": "10",
"x-cdm-interface-versions": "10",

View file

@ -14,6 +14,6 @@
// - 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 "4.10.2557.0"
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
#endif // WIDEVINE_CDM_VERSION_H_

View file

@ -4,7 +4,7 @@
"manifest_version": 2,
"name": "WidevineCdm",
"os": "win",
"version": "4.10.2557.0",
"version": "4.10.2710.0",
"x-cdm-codecs": "vp8,vp09,avc1,av01",
"x-cdm-host-versions": "10",
"x-cdm-interface-versions": "10",

View file

@ -14,6 +14,6 @@
// - 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 "4.10.2557.0"
#define WIDEVINE_CDM_VERSION_STRING "4.10.2710.0"
#endif // WIDEVINE_CDM_VERSION_H_

View file

@ -56,7 +56,7 @@ cd ~/thorium &&
cp -v src/build/vs_toolchain.py ${CR_SRC_DIR}/build/ &&
# Add //third_party/libjxl to DEPS
cp -v thorium-libjxl/DEPS ${CR_SRC_DIR}/ &&
cp -v thorium-libjxl/src/DEPS ${CR_SRC_DIR}/ &&
cd ${CR_SRC_DIR} &&