mirror of
https://github.com/shaka-project/shaka-packager.git
synced 2026-04-13 00:32:56 +00:00
Some checks failed
Update Issues / update-issues (push) Has been cancelled
Release / Settings (push) Has been cancelled
Release / Artifacts (push) Has been cancelled
Release / Update NPM (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / release (push) Has been cancelled
Release / Compute latest release flag (push) Has been cancelled
Release / Update docs (push) Has been cancelled
Release / Update docker image (push) Has been cancelled
Sync Labels / sync-labels (push) Has been cancelled
This adds missing cstdint headers in every header where we reference a uint*_t. This also adds a cmake definition that works around a guard in newer cmakes that is meant to guard against libraries that only work in older ones. (`-DCMAKE_POLICY_VERSION_MINIMUM=3.5`)