mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
gl: fix build on Windows
This commit is contained in:
parent
d736bfc855
commit
4093e4c237
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ struct _GstGLContextWGLPrivate
|
||||||
#define GST_CAT_DEFAULT gst_gl_context_debug
|
#define GST_CAT_DEFAULT gst_gl_context_debug
|
||||||
|
|
||||||
#define gst_gl_context_wgl_parent_class parent_class
|
#define gst_gl_context_wgl_parent_class parent_class
|
||||||
G_DEFINE_TYPE_PRIVATE (GstGLContextWGL, gst_gl_context_wgl,
|
G_DEFINE_TYPE_WITH_PRIVATE (GstGLContextWGL, gst_gl_context_wgl,
|
||||||
GST_TYPE_GL_CONTEXT);
|
GST_TYPE_GL_CONTEXT);
|
||||||
|
|
||||||
static guintptr gst_gl_context_wgl_get_gl_context (GstGLContext * context);
|
static guintptr gst_gl_context_wgl_get_gl_context (GstGLContext * context);
|
||||||
|
|
Loading…
Reference in a new issue