Bug 265528

Summary: [WebRTC] Build failure due to duplicate _vpx_codec_build_config symbol
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebRTCAssignee: 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:    

Description David Kilzer (:ddkilzer) 2023-11-29 09:34:19 PST
[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
Comment 1 Radar WebKit Bug Importer 2023-11-29 09:34:41 PST
<rdar://problem/118936942>
Comment 2 David Kilzer (:ddkilzer) 2023-11-29 09:48:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/21055
Comment 3 EWS 2023-11-29 10:19:45 PST
Committed 271285@main (1c0fe604ec6c): <https://commits.webkit.org/271285@main>

Reviewed commits have been landed. Closing PR #21055 and removing active labels.