WebKit Bugzilla
Attachment 358743 Details for
Bug 193299
: VPModuleInitialize should be called when VCP is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193299-20190109144555.patch (text/plain), 1.50 KB, created by
youenn fablet
on 2019-01-09 14:45:58 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
youenn fablet
Created:
2019-01-09 14:45:58 PST
Size:
1.50 KB
patch
obsolete
>Subversion Revision: 239660 >diff --git a/Source/ThirdParty/libwebrtc/ChangeLog b/Source/ThirdParty/libwebrtc/ChangeLog >index 74c8bb52fe714e06ad47b7ea9148688553e3be0e..db991ec5cfc73018ddc7320f3b356b4f32dedef2 100644 >--- a/Source/ThirdParty/libwebrtc/ChangeLog >+++ b/Source/ThirdParty/libwebrtc/ChangeLog >@@ -1,3 +1,14 @@ >+2019-01-09 Youenn Fablet <youenn@apple.com> >+ >+ VPModuleInitialize should be called when VCP is enabled >+ https://bugs.webkit.org/show_bug.cgi?id=193299 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Add the necessary include to make sure ENABLE_VCP_ENCODER is defined appropriately. >+ >+ * Source/webrtc/sdk/WebKit/WebKitUtilities.mm: >+ > 2018-12-22 Dan Bernstein <mitz@apple.com> > > Fixed Apple production builds. >diff --git a/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm b/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm >index 65eefa36f2dfb2069ecca7caa49224b262955bba..f6cebf74e042ae768f3f8a3a86daf92efd9ca4f6 100644 >--- a/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm >+++ b/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm >@@ -37,6 +37,10 @@ > #include "Framework/Headers/WebRTC/RTCVideoFrameBuffer.h" > #include "Framework/Native/api/video_decoder_factory.h" > #include "Framework/Native/api/video_encoder_factory.h" >+#include "VideoProcessingSoftLink.h" >+ >+#include <mutex> >+ > /* > #if !defined(WEBRTC_IOS) > __attribute__((objc_runtime_name("WK_RTCUIApplicationStatusObserver")))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193299
: 358743