Title: [196125] branches/safari-601-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm
Revision
196125
Author
matthew_han...@apple.com
Date
2016-02-04 09:27:28 -0800 (Thu, 04 Feb 2016)

Log Message

Speculative Mavericks Build Fix. rdar://problem/24417428

Modified Paths


Diff

Modified: branches/safari-601-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm (196124 => 196125)


--- branches/safari-601-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm	2016-02-04 17:12:43 UTC (rev 196124)
+++ branches/safari-601-branch/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm	2016-02-04 17:27:28 UTC (rev 196125)
@@ -298,7 +298,10 @@
 #endif
 
 SOFT_LINK_FRAMEWORK(MediaToolbox)
+
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
 SOFT_LINK_OPTIONAL(MediaToolbox, MTEnableCaption2015Behavior, Boolean, (), ())
+#endif
 
 using namespace WebCore;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to