StaZhu / enable-chromium-hevc-hardware-decoding

A guide that teach you enable hardware HEVC decoding & encoding for Chrome / Edge, or build a custom version of Chromium / Electron that supports hardware & software HEVC decoding and hardware HEVC encoding.
MIT License
1.2k stars 60 forks source link

Fix license files in widevine cdms #65

Closed Alex313031 closed 9 months ago

Alex313031 commented 9 months ago

The license files should not have .txt at the end, to bundle it properly when using bundle_widevine_cdm = true

This also edits the contents of the files to match upstream.

StaZhu commented 9 months ago

Thanks!