| Summary: | [WebRTC] Build failure due to duplicate _vpx_codec_build_config symbol | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | WebRTC | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 238104 | ||
| Bug Blocks: | |||
Pull request: https://github.com/WebKit/WebKit/pull/21055 Committed 271285@main (1c0fe604ec6c): <https://commits.webkit.org/271285@main> Reviewed commits have been landed. Closing PR #21055 and removing active labels. |
[WebRTC] Build failure due to duplicate _vpx_codec_build_config symbol. ``` duplicate symbol '_vpx_codec_build_config' in: $BUILD/Release/libvpx.a(vpx_config-304733a0753ef2a3fd86a247082fc4d9.o) $BUILD/libwebrtc.build/Release/libwebrtc.build/Objects-normal-asan/arm64e/vpx_config.o ld: 1 duplicate symbol for architecture arm64e clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` This regressed with the following commit: [arm64] webrtc/vp9-profile2.html is consistently timing out https://bugs.webkit.org/show_bug.cgi?id=238104 rdar://90509913 https://commits.webkit.org/271228@main