Title: [231324] trunk/Source/WebCore/PAL
Revision
231324
Author
[email protected]
Date
2018-05-03 13:39:33 -0700 (Thu, 03 May 2018)

Log Message

[iOS] Provide audio route information when invoking AirPlay picker
https://bugs.webkit.org/show_bug.cgi?id=185199
<rdar://problem/39853103>

Another attempt at an unreviewed build fix.


* pal/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (231323 => 231324)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-05-03 20:27:43 UTC (rev 231323)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-05-03 20:39:33 UTC (rev 231324)
@@ -1,3 +1,13 @@
+2018-05-03  Eric Carlson  <[email protected]>
+
+        [iOS] Provide audio route information when invoking AirPlay picker
+        https://bugs.webkit.org/show_bug.cgi?id=185199
+        <rdar://problem/39853103>
+
+        Another attempt at an unreviewed build fix.
+
+        * pal/spi/mac/AVFoundationSPI.h:
+
 2018-05-02  Eric Carlson  <[email protected]>
 
         [iOS] Provide audio route information when invoking AirPlay picker

Modified: trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h (231323 => 231324)


--- trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h	2018-05-03 20:27:43 UTC (rev 231323)
+++ trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h	2018-05-03 20:39:33 UTC (rev 231324)
@@ -31,7 +31,6 @@
 #if USE(APPLE_INTERNAL_SDK)
 
 #import <AVFoundation/AVAssetCache_Private.h>
-#import <AVFoundation/AVAudioSession_Private.h>
 #import <AVFoundation/AVOutputContext_Private.h>
 #import <AVFoundation/AVPlayerItem_Private.h>
 #import <AVFoundation/AVPlayerLayer_Private.h>
@@ -45,6 +44,10 @@
 #import <AVFoundation/AVStreamDataParser.h>
 #endif
 
+#if PLATFORM(IOS)
+#import <AVFoundation/AVAudioSession_Private.h>
+#endif
+
 #else
 
 #import <AVFoundation/AVPlayer.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to