Title: [214918] trunk/Source/WebCore
Revision
214918
Author
[email protected]
Date
2017-04-04 17:48:25 -0700 (Tue, 04 Apr 2017)

Log Message

More build fixing.

* platform/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (214917 => 214918)


--- trunk/Source/WebCore/ChangeLog	2017-04-05 00:25:02 UTC (rev 214917)
+++ trunk/Source/WebCore/ChangeLog	2017-04-05 00:48:25 UTC (rev 214918)
@@ -1,3 +1,9 @@
+2017-04-04  Alexey Proskuryakov  <[email protected]>
+
+        More build fixing.
+
+        * platform/spi/mac/AVFoundationSPI.h:
+
 2017-04-04  Simon Fraser  <[email protected]>
 
         Do some minor FEColorMatrix code cleanup and optimization

Modified: trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h (214917 => 214918)


--- trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2017-04-05 00:25:02 UTC (rev 214917)
+++ trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2017-04-05 00:48:25 UTC (rev 214918)
@@ -219,7 +219,9 @@
 
 #endif // __has_include(<AVFoundation/AVSampleBufferDisplayLayer.h>)
 
-#if __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
+#if ((PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED < 110000)) && __has_include(<AVFoundation/AVQueuedSampleBufferRendering.h>)
+// Nothing to do, AVfoundation/AVQueuedSampleBufferRendering.h was imported above.
+#elif __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
 #import <AVFoundation/AVSampleBufferAudioRenderer.h>
 #else
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to