mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gl/win32: use the correct include and gst-indent
This commit is contained in:
parent
385ae4ace1
commit
45c94fa750
1 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <gst/gl/gstglcontext.h>
|
||||
|
||||
#include "gstglcontext_wgl.h"
|
||||
#include <gl/wglext.h>
|
||||
#include <GL/wglext.h>
|
||||
|
||||
#define gst_gl_context_wgl_parent_class parent_class
|
||||
G_DEFINE_TYPE (GstGLContextWGL, gst_gl_context_wgl, GST_GL_TYPE_CONTEXT);
|
||||
|
|
Loading…
Reference in a new issue