[webkit-changes] [WebKit/WebKit] 0ae33b: Support ENABLE_WEB_CODECS in CMake builds

Don Olmstead noreply at github.com
Tue Nov 15 06:56:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0ae33bb1d58c2241039204f03e8cbdb84d65b09a
      https://github.com/WebKit/WebKit/commit/0ae33bb1d58c2241039204f03e8cbdb84d65b09a
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp
    M Source/WebCore/Modules/webcodecs/WebCodecsVideoEncoder.cpp
    M Source/WebCore/platform/VideoDecoder.cpp
    M Source/WebCore/platform/VideoEncoder.cpp
    M Source/cmake/WebKitFeatures.cmake
    M Tools/Scripts/webkitperl/FeatureList.pm

  Log Message:
  -----------
  Support ENABLE_WEB_CODECS in CMake builds
https://bugs.webkit.org/show_bug.cgi?id=247777

Reviewed by Philippe Normand and Youenn Fablet.

Add `ENABLE_WEB_CODECS` to the list of options for CMake ports. Append
it to the list of options in FeatureList.pm. Modified the files to do
a successful non-unified compilation on WinCairo.

* Source/WebCore/Headers.cmake:
* Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp:
* Source/WebCore/Modules/webcodecs/WebCodecsVideoEncoder.cpp:
* Source/WebCore/platform/VideoDecoder.cpp:
* Source/WebCore/platform/VideoEncoder.cpp:
* Source/cmake/WebKitFeatures.cmake:
* Tools/Scripts/webkitperl/FeatureList.pm:

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




More information about the webkit-changes mailing list