Bug 312104
| Summary: | [CMake] Build libaom and dav1d for AV1 support in Mac CMake build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pascoe <pascoe> |
| Component: | CMake | Assignee: | zak ridouh <zakr> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 312029 | ||
| Bug Blocks: | |||
pascoe@apple.com
ENABLE_AV1 is forced OFF in the Mac CMake build because libaom (AV1 encoder/decoder) and dav1d (fast AV1 decoder) are not built by CMake. libwebrtc defines DISABLE_RTC_AV1 to exclude the codec factory code. Both libraries use meson, not CMake, so a build system port or pre-built binary approach is needed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/174612544>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/63035