Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
webkit2gtk3.10746
webkitgtk-gstreamer-gl-build-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File webkitgtk-gstreamer-gl-build-fix.patch of Package webkit2gtk3.10746
diff -urp webkitgtk-2.24.0.orig/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp webkitgtk-2.24.0/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp --- webkitgtk-2.24.0.orig/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-03-13 04:21:39.000000000 -0500 +++ webkitgtk-2.24.0/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2019-03-26 17:38:02.621708276 -0500 @@ -29,7 +29,6 @@ #include "GStreamerCommon.h" #include "GraphicsContext.h" -#include "GraphicsContext3D.h" #include "ImageGStreamer.h" #include "ImageOrientation.h" #include "IntRect.h" @@ -117,6 +116,7 @@ #if USE(TEXTURE_MAPPER_GL) #include "BitmapTextureGL.h" #include "BitmapTexturePool.h" +#include "GraphicsContext3D.h" #include "TextureMapperContextAttributes.h" #include "TextureMapperGL.h" #include "TextureMapperPlatformLayerBuffer.h" @@ -191,6 +191,9 @@ public: if (m_isMapped) m_textureID = *reinterpret_cast<GLuint*>(m_videoFrame.data[0]); } else +#else + UNUSED_PARAM(gstGLEnabled); + UNUSED_PARAM(flags); #endif // USE(GSTREAMER_GL) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor