[webkit-changes] [WebKit/WebKit] 6f4532: [dav1d] Add target for dav1d_fuzzer

Commit Queue noreply at github.com
Mon Dec 11 08:02:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6f45322d6c1d1caafd656e64a28a463f04460baf
      https://github.com/WebKit/WebKit/commit/6f45322d6c1d1caafd656e64a28a463f04460baf
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    A Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/Configurations/BaseTarget.xcconfig
    M Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/Configurations/dav1d.xcconfig
    A Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/Configurations/dav1d_fuzzer.xcconfig
    M Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/config.h
    M Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/dav1d.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [dav1d] Add target for dav1d_fuzzer
https://bugs.webkit.org/show_bug.cgi?id=266191
<rdar://119464260>

Reviewed by Youenn Fablet.

* Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/Configurations/BaseTarget.xcconfig: Copied from Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/Configurations/dav1d.xcconfig.
* Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/Configurations/dav1d.xcconfig:
- Move common Xcode variables from dav1d.xcconfig into
  BaseTarget.xcconfig.
* Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/Configurations/dav1d_fuzzer.xcconfig: Add.
* Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/config.h:
- Disable logging to stderr as it's extremely verbose during fuzzing,
  and it impacts performance.
* Source/WebCore/PAL/ThirdParty/libavif/ThirdParty/dav1d/dav1d.xcodeproj/project.pbxproj:
- Add aggregate target named "Fuzzers (dav1d)".
- Add target for dav1d_fuzzer.

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




More information about the webkit-changes mailing list