Changeset 181049 in webkit


Ignore:
Timestamp:
Mar 4, 2015 4:09:25 PM (9 years ago)
Author:
ddkilzer@apple.com
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.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181046 r181049  
     12015-03-04  David Kilzer  <ddkilzer@apple.com>
     2
     3        [iOS] Fix build with newer clang due to duplicate macro definition
     4
     5        Fallout from:
     6
     7        Switch remaining CoreMedia soft-linking in WebCore over to CoreMediaSoftLink.{cpp,h}
     8        <http://webkit.org/b/141870>
     9
     10        * platform/ios/WebVideoFullscreenInterfaceAVKit.mm:
     11        Remove duplicate kCMTimeIndefinite macro.
     12
    1132015-03-04  Roger Fong  <roger_fong@apple.com>
    214
  • trunk/Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.mm

    r181036 r181049  
    6666SOFT_LINK_CLASS(UIKit, UIColor)
    6767
    68 #define kCMTimeIndefinite getkCMTimeIndefinite()
    69 
    7068@class WebAVMediaSelectionOption;
    7169
Note: See TracChangeset for help on using the changeset viewer.