[webkit-changes] [WebKit/WebKit] e9271e: Optionally support AVIF on Windows

Don Olmstead noreply at github.com
Tue Jan 30 11:06:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e9271eae9cb9a6fbb46598c171dc1b3d927813e3
      https://github.com/WebKit/WebKit/commit/e9271eae9cb9a6fbb46598c171dc1b3d927813e3
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2024-01-30 (Tue, 30 Jan 2024)

  Changed paths:
    M Source/WebCore/platform/win/MIMETypeRegistryWin.cpp
    M Source/cmake/OptionsWin.cmake

  Log Message:
  -----------
  Optionally support AVIF on Windows
https://bugs.webkit.org/show_bug.cgi?id=268328

Reviewed by Fujii Hironori.

Check for the presence of `libavif` on Windows and if found set
`USE_AVIF` to `ON`. WebKitRequirements at this will not be shipping a
built `libavif` so it is grouped with the other optional libraries.

* Source/WebCore/platform/win/MIMETypeRegistryWin.cpp:
* Source/cmake/OptionsWin.cmake:

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




More information about the webkit-changes mailing list