Title: [279189] branches/safari-611.3.10.1-branch/Source/ThirdParty/libwebrtc
- Revision
- 279189
- Author
- [email protected]
- Date
- 2021-06-23 14:41:17 -0700 (Wed, 23 Jun 2021)
Log Message
Cherry-pick r279187. rdar://problem/79474211
WebKitDecoder.h should include TargetConditionals.h
https://bugs.webkit.org/show_bug.cgi?id=227314
<rdar://problem/79689776>
Reviewed by Geoff Garen.
* Source/webrtc/sdk/WebKit/WebKitDecoder.h: Include TargetConditionals.h so the
TARGET_ defines are initialized correctly.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@279187 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-611.3.10.1-branch/Source/ThirdParty/libwebrtc/ChangeLog (279188 => 279189)
--- branches/safari-611.3.10.1-branch/Source/ThirdParty/libwebrtc/ChangeLog 2021-06-23 21:41:15 UTC (rev 279188)
+++ branches/safari-611.3.10.1-branch/Source/ThirdParty/libwebrtc/ChangeLog 2021-06-23 21:41:17 UTC (rev 279189)
@@ -1,5 +1,32 @@
2021-06-23 Russell Epstein <[email protected]>
+ Cherry-pick r279187. rdar://problem/79474211
+
+ WebKitDecoder.h should include TargetConditionals.h
+ https://bugs.webkit.org/show_bug.cgi?id=227314
+ <rdar://problem/79689776>
+
+ Reviewed by Geoff Garen.
+
+ * Source/webrtc/sdk/WebKit/WebKitDecoder.h: Include TargetConditionals.h so the
+ TARGET_ defines are initialized correctly.
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@279187 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-06-23 Eric Carlson <[email protected]>
+
+ WebKitDecoder.h should include TargetConditionals.h
+ https://bugs.webkit.org/show_bug.cgi?id=227314
+ <rdar://problem/79689776>
+
+ Reviewed by Geoff Garen.
+
+ * Source/webrtc/sdk/WebKit/WebKitDecoder.h: Include TargetConditionals.h so the
+ TARGET_ defines are initialized correctly.
+
+2021-06-23 Russell Epstein <[email protected]>
+
Cherry-pick r279101. rdar://problem/79474211
[Mac] libwebrtc CMBaseClass objects need alignment fixup
Modified: branches/safari-611.3.10.1-branch/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.h (279188 => 279189)
--- branches/safari-611.3.10.1-branch/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.h 2021-06-23 21:41:15 UTC (rev 279188)
+++ branches/safari-611.3.10.1-branch/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.h 2021-06-23 21:41:17 UTC (rev 279189)
@@ -26,6 +26,7 @@
#pragma once
#include <Availability.h>
+#include <TargetConditionals.h>
#include "WebKitUtilities.h"
#include "api/video_codecs/video_decoder_factory.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes