Title: [270761] trunk/Source/WebKit/Shared/mac/MediaFormatReader/SampleCursor.h
Revision
270761
Author
[email protected]
Date
2020-12-13 21:19:33 -0800 (Sun, 13 Dec 2020)

Log Message

Try again to fix the build after r270758.

Modified Paths

Diff

Modified: trunk/Source/WebKit/Shared/mac/MediaFormatReader/SampleCursor.h (270760 => 270761)


--- trunk/Source/WebKit/Shared/mac/MediaFormatReader/SampleCursor.h	2020-12-14 04:39:21 UTC (rev 270760)
+++ trunk/Source/WebKit/Shared/mac/MediaFormatReader/SampleCursor.h	2020-12-14 05:19:33 UTC (rev 270761)
@@ -34,6 +34,11 @@
 
 DECLARE_CORE_MEDIA_TRAITS(SampleCursor);
 
+// FIXME: Remove this once kMTPluginSampleCursor_ClassVersion_4 is available in SDKs.
+#if defined(HAVE_MT_PLUGIN_SAMPLE_CURSOR_PLAYABLE_HORIZON)
+#undef HAVE_MT_PLUGIN_SAMPLE_CURSOR_PLAYABLE_HORIZON
+#endif
+
 namespace WebCore {
 class MediaSample;
 };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to