[webkit-changes] [WebKit/WebKit] f67a9f: [WebRTC] Extract BaseTarget-libaom.xcconfig from l...

Commit Queue noreply at github.com
Wed Jan 3 19:08:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f67a9fb1e5fff1909406a6c3e7f6d19261f10e41
      https://github.com/WebKit/WebKit/commit/f67a9fb1e5fff1909406a6c3e7f6d19261f10e41
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    A Source/ThirdParty/libwebrtc/Configurations/BaseTarget-libaom.xcconfig
    M Source/ThirdParty/libwebrtc/Configurations/libaom.xcconfig
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [WebRTC] Extract BaseTarget-libaom.xcconfig from libaom.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=267022
<rdar://120399649>

Reviewed by Elliott Williams.

* Source/ThirdParty/libwebrtc/Configurations/BaseTarget-libaom.xcconfig: Add.
- Extract settings from libaom.xcconfig.
(WARNING_CFLAGS):
- Add missing $(inherited) to define warning flags consistently.
- Add -Wno-unused-function to fix the build after adding $(inherited).
* Source/ThirdParty/libwebrtc/Configurations/libaom.xcconfig:
- Include BaseTarget-libaom.xcconfig after extracting settings.
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
- Add BaseTarget-libaom.xcconfig to the project.

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




More information about the webkit-changes mailing list