feat(env): add ML-Worker binary for DRM licensing
This commit is contained in:
@@ -52,6 +52,13 @@ def check() -> None:
|
||||
"desc": "DRM decryption",
|
||||
"cat": "DRM",
|
||||
},
|
||||
{
|
||||
"name": "ML-Worker",
|
||||
"binary": binaries.ML_Worker,
|
||||
"required": False,
|
||||
"desc": "DRM licensing",
|
||||
"cat": "DRM",
|
||||
},
|
||||
# HDR Processing
|
||||
{"name": "dovi_tool", "binary": binaries.DoviTool, "required": False, "desc": "Dolby Vision", "cat": "HDR"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user