Title: [227641] trunk/Source/WTF
Revision
227641
Author
[email protected]
Date
2018-01-25 15:43:19 -0800 (Thu, 25 Jan 2018)

Log Message

Unreviewed build fix after r227631; make USE_VIDEOTOOLBOX universally enabled on iOS.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (227640 => 227641)


--- trunk/Source/WTF/ChangeLog	2018-01-25 23:42:42 UTC (rev 227640)
+++ trunk/Source/WTF/ChangeLog	2018-01-25 23:43:19 UTC (rev 227641)
@@ -1,5 +1,11 @@
 2018-01-25  Jer Noble  <[email protected]>
 
+        Unreviewed build fix after r227631; make USE_VIDEOTOOLBOX universally enabled on iOS.
+
+        * wtf/Platform.h:
+
+2018-01-25  Jer Noble  <[email protected]>
+
         Move ImageDecoderAVFObjC from using AVSampleBufferGenerator to AVAssetReaderOutput for parsing
         https://bugs.webkit.org/show_bug.cgi?id=182091
 

Modified: trunk/Source/WTF/wtf/Platform.h (227640 => 227641)


--- trunk/Source/WTF/wtf/Platform.h	2018-01-25 23:42:42 UTC (rev 227640)
+++ trunk/Source/WTF/wtf/Platform.h	2018-01-25 23:43:19 UTC (rev 227641)
@@ -1100,6 +1100,7 @@
 #if PLATFORM(IOS) || PLATFORM(MAC)
 #define USE_COREMEDIA 1
 #define HAVE_AVFOUNDATION_VIDEO_OUTPUT 1
+#define USE_VIDEOTOOLBOX 1
 #endif
 
 #if PLATFORM(IOS) || PLATFORM(MAC) || (OS(WINDOWS) && USE(CG))
@@ -1115,10 +1116,6 @@
 #define HAVE_AVFOUNDATION_LOADER_DELEGATE 1
 #endif
 
-#if PLATFORM(MAC) || (PLATFORM(IOS) && ENABLE(WEB_RTC))
-#define USE_VIDEOTOOLBOX 1
-#endif
-
 #if PLATFORM(COCOA) || PLATFORM(GTK) || PLATFORM(WPE)
 #define USE_REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR 1
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to