[webkit-changes] [WebKit/WebKit] 5d15d2: [arm64] webrtc/vp9-profile2.html is consistently t...

youennf noreply at github.com
Tue Nov 28 11:07:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5d15d2f8d0bd9d1072a5010538d793704ec7ab93
      https://github.com/WebKit/WebKit/commit/5d15d2f8d0bd9d1072a5010538d793704ec7ab93
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-11-28 (Tue, 28 Nov 2023)

  Changed paths:
    M LayoutTests/platform/mac/TestExpectations
    M Source/ThirdParty/libwebrtc/Configurations/Base-libvpx.xcconfig
    M Source/ThirdParty/libwebrtc/Configurations/libvpx.xcconfig
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [arm64] webrtc/vp9-profile2.html is consistently timing out
https://bugs.webkit.org/show_bug.cgi?id=238104
rdar://90509913

Reviewed by Eric Carlson.

To support profile 2, we need to use a configuration with CONFIG_VP9_HIGHBITDEPTH set to 1.
Based on how other projects like Chromium compile libvpx, we are reusing the linux configuration for arm64.
This enables CONFIG_VP9_HIGHBITDEPTH and allows us to support VP9 profile 2 in WebRTC.

* LayoutTests/platform/mac/TestExpectations:
* Source/ThirdParty/libwebrtc/Configurations/Base-libvpx.xcconfig:
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list