Title: [221100] trunk/Source/WebCore
Revision
221100
Author
[email protected]
Date
2017-08-23 13:41:36 -0700 (Wed, 23 Aug 2017)

Log Message

Build fix for 32-bit Mac after r221098. Make sure constant used in WebCoreDecompressionSession is SoftLinked.

* platform/cf/CoreMediaSoftLink.cpp:
* platform/cf/CoreMediaSoftLink.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (221099 => 221100)


--- trunk/Source/WebCore/ChangeLog	2017-08-23 20:35:49 UTC (rev 221099)
+++ trunk/Source/WebCore/ChangeLog	2017-08-23 20:41:36 UTC (rev 221100)
@@ -1,5 +1,12 @@
 2017-08-23  Jer Noble  <[email protected]>
 
+        Build fix for 32-bit Mac after r221098. Make sure constant used in WebCoreDecompressionSession is SoftLinked.
+
+        * platform/cf/CoreMediaSoftLink.cpp:
+        * platform/cf/CoreMediaSoftLink.h:
+
+2017-08-23  Jer Noble  <[email protected]>
+
         Track VideoPlaybackQuality metrics when using WebCoreDecompressionSession.
         https://bugs.webkit.org/show_bug.cgi?id=175835
         <rdar://problem/34022234>

Modified: trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.cpp (221099 => 221100)


--- trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.cpp	2017-08-23 20:35:49 UTC (rev 221099)
+++ trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.cpp	2017-08-23 20:41:36 UTC (rev 221100)
@@ -132,6 +132,7 @@
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_PostNotificationWhenConsumed, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_ResetDecoderBeforeDecoding, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleAttachmentKey_DisplayImmediately, CFStringRef)
+SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleAttachmentKey_IsDependedOnByOthers, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferConsumerNotification_BufferConsumed, CFStringRef)
 
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMTimebaseNotification_EffectiveRateChanged, CFStringRef)

Modified: trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.h (221099 => 221100)


--- trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.h	2017-08-23 20:35:49 UTC (rev 221099)
+++ trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.h	2017-08-23 20:41:36 UTC (rev 221100)
@@ -212,6 +212,8 @@
 #define kCMSampleAttachmentKey_NotSync get_CoreMedia_kCMSampleAttachmentKey_NotSync()
 SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleAttachmentKey_DisplayImmediately, CFStringRef)
 #define kCMSampleAttachmentKey_DisplayImmediately get_CoreMedia_kCMSampleAttachmentKey_DisplayImmediately()
+SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleAttachmentKey_IsDependedOnByOthers, CFStringRef)
+#define kCMSampleAttachmentKey_IsDependedOnByOthers get_CoreMedia_kCMSampleAttachmentKey_IsDependedOnByOthers()
 SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_DisplayEmptyMediaImmediately, CFStringRef)
 #define kCMSampleBufferAttachmentKey_DisplayEmptyMediaImmediately get_CoreMedia_kCMSampleBufferAttachmentKey_DisplayEmptyMediaImmediately()
 SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_DrainAfterDecoding, CFStringRef)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to