Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 06e3689f964ed447d89a95190cc28bae9fb22414
      
https://github.com/WebKit/WebKit/commit/06e3689f964ed447d89a95190cc28bae9fb22414
  Author: Miguel Gomez <[email protected]>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M Source/ThirdParty/libwebrtc/CMakeLists.txt
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/codec_vendor.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport.h
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp

  Log Message:
  -----------
  [GTK][WPE] Build broken with libwebrtc enabled and gcc12
https://bugs.webkit.org/show_bug.cgi?id=296737

Reviewed by Philippe Normand.

Fix several build errors after the libwebrtc bump.

* Source/ThirdParty/libwebrtc/CMakeLists.txt: Remove test support files
requiring gtest headers, not exposed in CMake build.

* Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_interface.h: Specify
namespace for the Network class.
* Source/ThirdParty/libwebrtc/Source/webrtc/pc/codec_vendor.h: Specify
namespace for the PayloadTypeSuggester class.
* Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport.h:
(webrtc::JsepTransport::SctpTransport const): Specify namespace for the
SctpTransport class.

* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:
(WebCore::LibWebRTCMediaEndpoint::generateTransceiverStates): Remove the
WTFMove call as the incoming element is const.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to