Title: [247005] trunk/Source/WebCore
Revision
247005
Author
[email protected]
Date
2019-07-01 05:10:54 -0700 (Mon, 01 Jul 2019)

Log Message

Unreviewed. Fix GTK build with GSTREAMER_GL disabled after r246710

* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (247004 => 247005)


--- trunk/Source/WebCore/ChangeLog	2019-07-01 11:04:33 UTC (rev 247004)
+++ trunk/Source/WebCore/ChangeLog	2019-07-01 12:10:54 UTC (rev 247005)
@@ -1,5 +1,11 @@
 2019-07-01  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK build with GSTREAMER_GL disabled after r246710
+
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:
+
+2019-07-01  Carlos Garcia Campos  <[email protected]>
+
         WebSockets: add support for sending blob messages when using web sockets platform APIs
         https://bugs.webkit.org/show_bug.cgi?id=199189
 

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h (247004 => 247005)


--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h	2019-07-01 11:04:33 UTC (rev 247004)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h	2019-07-01 12:10:54 UTC (rev 247005)
@@ -37,6 +37,7 @@
 #include <wtf/RunLoop.h>
 #include <wtf/WeakPtr.h>
 
+#if USE(GSTREAMER_GL)
 #if USE(LIBEPOXY)
 // Include the <epoxy/gl.h> header before <gst/gl/gl.h>.
 #include <epoxy/gl.h>
@@ -55,6 +56,7 @@
 #define GST_USE_UNSTABLE_API
 #include <gst/gl/gl.h>
 #undef GST_USE_UNSTABLE_API
+#endif
 
 #if USE(TEXTURE_MAPPER_GL)
 #include "TextureMapperGL.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to