[webkit-changes] [WebKit/WebKit] 1c0fe6: [WebRTC] Build failure due to duplicate _vpx_codec...

Commit Queue noreply at github.com
Wed Nov 29 10:19:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1c0fe604ec6cc9987293c057eec3688d8bbc2a26
      https://github.com/WebKit/WebKit/commit/1c0fe604ec6cc9987293c057eec3688d8bbc2a26
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [WebRTC] Build failure due to duplicate _vpx_codec_build_config symbol
https://bugs.webkit.org/show_bug.cgi?id=265528
<rdar://118936942>

Unreviewed build fix.

This build failure likely only occurs when dead code stripping is
disabled.

* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
- Remove vpx_config.c source file from libwebrtc target that was added
  by commit 271228 at main.  It conflicts with a different vpx_config.c
  source file compiled as part of libvpx.a.

Canonical link: https://commits.webkit.org/271285@main




More information about the webkit-changes mailing list