Bug 266463
Summary: | [CMake][WPE] Update libvpx sources after 271668@main | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=265864 |
Diego Pino
Recent changesets 271602@main, 271603@main, 271605@main and 271668@main updated sources for several libraries: opus, pffft, rnnnoise, libyuv, libsrtp, abseil-cpp , crc32c, boringssl and libvpx.
These updates broke the build for WPE with LibWebRTC, which now has to update its CMake list of sources.
https://build.webkit.org/#/builders/2/builds/8590
```
CMake Error at Source/ThirdParty/libwebrtc/CMakeLists.txt:2035 (add_library):
Cannot find source file:
Source/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Fixed by:
- https://github.com/webkit/webkit/pull/21853
- https://github.com/webkit/webkit/pull/22156