Title: [181049] trunk/Source/WebCore
- Revision
- 181049
- Author
- [email protected]
- Date
- 2015-03-04 16:09:25 -0800 (Wed, 04 Mar 2015)
Log Message
[iOS] Fix build with newer clang due to duplicate macro definition
Fallout from:
Switch remaining CoreMedia soft-linking in WebCore over to CoreMediaSoftLink.{cpp,h}
<http://webkit.org/b/141870>
* platform/ios/WebVideoFullscreenInterfaceAVKit.mm:
Remove duplicate kCMTimeIndefinite macro.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (181048 => 181049)
--- trunk/Source/WebCore/ChangeLog 2015-03-05 00:09:19 UTC (rev 181048)
+++ trunk/Source/WebCore/ChangeLog 2015-03-05 00:09:25 UTC (rev 181049)
@@ -1,3 +1,15 @@
+2015-03-04 David Kilzer <[email protected]>
+
+ [iOS] Fix build with newer clang due to duplicate macro definition
+
+ Fallout from:
+
+ Switch remaining CoreMedia soft-linking in WebCore over to CoreMediaSoftLink.{cpp,h}
+ <http://webkit.org/b/141870>
+
+ * platform/ios/WebVideoFullscreenInterfaceAVKit.mm:
+ Remove duplicate kCMTimeIndefinite macro.
+
2015-03-04 Roger Fong <[email protected]>
Update inline media control icons for OSX.
Modified: trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm (181048 => 181049)
--- trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm 2015-03-05 00:09:19 UTC (rev 181048)
+++ trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm 2015-03-05 00:09:25 UTC (rev 181049)
@@ -65,8 +65,6 @@
SOFT_LINK_CLASS(UIKit, UIViewController)
SOFT_LINK_CLASS(UIKit, UIColor)
-#define kCMTimeIndefinite getkCMTimeIndefinite()
-
@class WebAVMediaSelectionOption;
@interface WebAVPlayerController : NSObject <AVPlayerViewControllerDelegate>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes