Title: [240059] branches/safari-607-branch/Source/ThirdParty/libwebrtc
Revision
240059
Author
alanc...@apple.com
Date
2019-01-16 15:26:58 -0800 (Wed, 16 Jan 2019)

Log Message

Cherry-pick r239829. rdar://problem/47260340

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239829 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/ThirdParty/libwebrtc/ChangeLog (240058 => 240059)


--- branches/safari-607-branch/Source/ThirdParty/libwebrtc/ChangeLog	2019-01-16 23:26:55 UTC (rev 240058)
+++ branches/safari-607-branch/Source/ThirdParty/libwebrtc/ChangeLog	2019-01-16 23:26:58 UTC (rev 240059)
@@ -1,3 +1,30 @@
+2019-01-15  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r239829. rdar://problem/47260340
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239829 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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: branches/safari-607-branch/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm (240058 => 240059)


--- branches/safari-607-branch/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm	2019-01-16 23:26:55 UTC (rev 240058)
+++ branches/safari-607-branch/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitUtilities.mm	2019-01-16 23:26:58 UTC (rev 240059)
@@ -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