[webkit-changes] [WebKit/WebKit] dbda53: [GTK][WPE] Unreviewed, build fix for Ubuntu LTS af...

Diego Pino noreply at github.com
Wed Jan 17 00:04:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dbda53c67366456bc5b1098dbf21af57eef70c26
      https://github.com/WebKit/WebKit/commit/dbda53c67366456bc5b1098dbf21af57eef70c26
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2024-01-17 (Wed, 17 Jan 2024)

  Changed paths:
    M Source/WebCore/Modules/mediastream/VideoTrackGenerator.cpp

  Log Message:
  -----------
  [GTK][WPE] Unreviewed, build fix for Ubuntu LTS after 272973 at main
https://bugs.webkit.org/show_bug.cgi?id=267319

File 'JSWebCodecsVideoFrame.h' requires WEB_CODECS to be enabled, but
WEB_CODECS is only enabled for WebKitGTK and WPE if experimental
features is enabled.

Ubuntu LTS and friends build with '--no-experimental-features' flag.

* Source/WebCore/Modules/mediastream/VideoTrackGenerator.cpp: Add
  'ENABLE(WEB_CODECS)' guard.

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




More information about the webkit-changes mailing list