[webkit-changes] [WebKit/WebKit] 898d20: REGRESSION(262647 at main): Broken build on SDKs < Ve...

Jer Noble noreply at github.com
Thu Apr 6 08:49:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 898d20c0b1efc7b717173804676349f079df3b7e
      https://github.com/WebKit/WebKit/commit/898d20c0b1efc7b717173804676349f079df3b7e
  Author: Jer Noble <jer.noble at apple.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionAVContentKeySession.mm

  Log Message:
  -----------
  REGRESSION(262647 at main): Broken build on SDKs < Ventura
https://bugs.webkit.org/show_bug.cgi?id=255091
rdar://107709977

Unreviewed build fix. Guard access to sampleBufferContentKeySessionSupportEnabled() with
a #if HAVE(AVCONTENTKEYSPECIFIER) compile-time check.

* Source/WebCore/platform/graphics/avfoundation/objc/CDMSessionAVContentKeySession.mm:
(WebCore::CDMSessionAVContentKeySession::contentKeySession):

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




More information about the webkit-changes mailing list