[webkit-changes] [WebKit/WebKit] 6fd5d9: Add SourcesLibWebRTC.txt

Don Olmstead noreply at github.com
Tue Nov 15 06:17:32 PST 2022


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

  Changed paths:
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/Scripts/generate-unified-sources.sh
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/platform/GStreamer.cmake
    R Source/WebCore/platform/LibWebRTCVPXVideoDecoder.cpp
    R Source/WebCore/platform/LibWebRTCVPXVideoDecoder.h
    R Source/WebCore/platform/LibWebRTCVPXVideoEncoder.cpp
    R Source/WebCore/platform/LibWebRTCVPXVideoEncoder.h
    A Source/WebCore/platform/SourcesLibWebRTC.txt
    M Source/WebCore/platform/audio/glib/MediaSessionManagerGLib.cpp
    A Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoDecoder.cpp
    A Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoDecoder.h
    A Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.cpp
    A Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.h

  Log Message:
  -----------
  Add SourcesLibWebRTC.txt
https://bugs.webkit.org/show_bug.cgi?id=247827

Reviewed by Michael Catanzaro.

Move libwebrtc files into a separate unified sources listing. Modify
CMake and XCode build accordingly. Move LibWebRTCVPX* files into
`platform/libwebrtc`. Fix any build issues that cropped up with the
unified build, such as renaming the `vpxQueue` functions so the symbol
isn't multiply defined.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/Scripts/generate-unified-sources.sh:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/GStreamer.cmake:
* Source/WebCore/platform/SourcesLibWebRTC.txt: Added.
* Source/WebCore/platform/audio/glib/MediaSessionManagerGLib.cpp:
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoDecoder.cpp: Renamed from Source/WebCore/platform/LibWebRTCVPXVideoDecoder.cpp.
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoDecoder.h: Renamed from Source/WebCore/platform/LibWebRTCVPXVideoDecoder.h.
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.cpp: Renamed from Source/WebCore/platform/LibWebRTCVPXVideoEncoder.cpp.
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.h: Renamed from Source/WebCore/platform/LibWebRTCVPXVideoEncoder.h.

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




More information about the webkit-changes mailing list