Bug 251019 - [WebCodecs] Fix build when libwebrtc is enabled on non-Cocoa platforms
Summary: [WebCodecs] Fix build when libwebrtc is enabled on non-Cocoa platforms
Status: RESOLVED DUPLICATE of bug 251001
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-23 09:43 PST by Olivier Blin
Modified: 2023-01-24 01:45 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2023-01-23 09:43:22 PST
Build fails on non-Cocoa platforms when WebCodecs and libwebrtc are enabled, because this builds the LibWebRTCVPXVideoDecoder and LibWebRTCVPXVideoEncoder modules which depend on the Core Video API.
Comment 1 Olivier Blin 2023-01-23 09:45:01 PST
Pull request: https://github.com/WebKit/WebKit/pull/8976
Comment 2 Olivier Blin 2023-01-24 01:45:03 PST

*** This bug has been marked as a duplicate of bug 251001 ***