Title: [287831] trunk/Source/WTF
Revision
287831
Author
[email protected]
Date
2022-01-10 00:45:56 -0800 (Mon, 10 Jan 2022)

Log Message

Compile out ENABLE_MEDIA_CAPTURE on WATCHOS and APPLETV
https://bugs.webkit.org/show_bug.cgi?id=234946
<rdar://87126228>

Reviewed by Sam Weinig.

* wtf/PlatformEnableCocoa.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (287830 => 287831)


--- trunk/Source/WTF/ChangeLog	2022-01-10 07:55:43 UTC (rev 287830)
+++ trunk/Source/WTF/ChangeLog	2022-01-10 08:45:56 UTC (rev 287831)
@@ -1,3 +1,13 @@
+2022-01-10  Youenn Fablet  <[email protected]>
+
+        Compile out ENABLE_MEDIA_CAPTURE on WATCHOS and APPLETV
+        https://bugs.webkit.org/show_bug.cgi?id=234946
+        <rdar://87126228>
+
+        Reviewed by Sam Weinig.
+
+        * wtf/PlatformEnableCocoa.h:
+
 2022-01-09  Sam Weinig  <[email protected]>
 
         Remove support for Direct2D

Modified: trunk/Source/WTF/wtf/PlatformEnableCocoa.h (287830 => 287831)


--- trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2022-01-10 07:55:43 UTC (rev 287830)
+++ trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2022-01-10 08:45:56 UTC (rev 287831)
@@ -361,7 +361,7 @@
 #define ENABLE_MAC_GESTURE_EVENTS 1
 #endif
 
-#if !defined(ENABLE_MEDIA_CAPTURE) && !PLATFORM(MAC)
+#if !defined(ENABLE_MEDIA_CAPTURE) && !PLATFORM(MAC) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
 #define ENABLE_MEDIA_CAPTURE 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to