Title: [279187] trunk/Source/ThirdParty/libwebrtc
- Revision
- 279187
- Author
- [email protected]
- Date
- 2021-06-23 14:30:48 -0700 (Wed, 23 Jun 2021)
Log Message
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.
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (279186 => 279187)
--- trunk/Source/ThirdParty/libwebrtc/ChangeLog 2021-06-23 21:21:48 UTC (rev 279186)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog 2021-06-23 21:30:48 UTC (rev 279187)
@@ -1,3 +1,14 @@
+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-21 Eric Carlson <[email protected]>
[Mac] libwebrtc CMBaseClass objects need alignment fixup
Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.h (279186 => 279187)
--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.h 2021-06-23 21:21:48 UTC (rev 279186)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.h 2021-06-23 21:30:48 UTC (rev 279187)
@@ -26,6 +26,7 @@
#pragma once
#include <Availability.h>
+#include <TargetConditionals.h>
#include "WebKitUtilities.h"
#include "api/video/encoded_image.h"
#include "api/video_codecs/video_decoder_factory.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes