Title: [239829] trunk/Source/ThirdParty/libwebrtc
Revision
239829
Author
you...@apple.com
Date
2019-01-10 08:45:51 -0800 (Thu, 10 Jan 2019)

Log Message

VPModuleInitialize should be called when VCP is enabled
https://bugs.webkit.org/show_bug.cgi?id=193299

Reviewed by Eric Carlson.

Add the necessary include to make sure ENABLE_VCP_ENCODER is defined appropriately.

* Source/webrtc/sdk/WebKit/WebKitUtilities.mm:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (239828 => 239829)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2019-01-10 15:46:35 UTC (rev 239828)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2019-01-10 16:45:51 UTC (rev 239829)
@@ -1,3 +1,14 @@
+2019-01-10  Youenn Fablet  <you...@apple.com>
+
+        VPModuleInitialize should be called when VCP is enabled
+        https://bugs.webkit.org/show_bug.cgi?id=193299
+
+        Reviewed by Eric Carlson.
+
+        Add the necessary include to make sure ENABLE_VCP_ENCODER is defined appropriately.
+
+        * Source/webrtc/sdk/WebKit/WebKitUtilities.mm:
+
 2018-12-22  Dan Bernstein  <m...@apple.com>
 
         Fixed Apple production builds.

Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm (239828 => 239829)


--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm	2019-01-10 15:46:35 UTC (rev 239828)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm	2019-01-10 16:45:51 UTC (rev 239829)
@@ -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")))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to