Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 70e13910b6d99f156ca5366a6eeb5dbee97f2266
https://github.com/WebKit/WebKit/commit/70e13910b6d99f156ca5366a6eeb5dbee97f2266
Author: Pascoe <[email protected]>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M Source/cmake/OptionsCocoa.cmake
Log Message:
-----------
[CMake] Enable AV1 on Cocoa now that dav1d builds with CMake
https://bugs.webkit.org/show_bug.cgi?id=318716
rdar://181529150
Reviewed by Elliott Williams and Zak Ridouh.
OptionsCocoa.cmake force-disables ENABLE_AV1 behind a FIXME noting dav1d
used meson. dav1d now has a CMake build (Source/ThirdParty/dav1d/CMakeLists.txt
defines the dav1d static library, which WebCore links when ENABLE_AV1), so
the FIXME is stale. Xcode enables AV1 (FEATURE_AND_PLATFORM_DEFINES); drop
the force-off so the OptionsMac ON default resolves.
* Source/cmake/OptionsCocoa.cmake:
Canonical link: https://commits.webkit.org/316732@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications