diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-08-14 12:12:34 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-09 19:32:29 +0000 |
commit | b6e65172fe26f465aa247ed41228aa73cd069682 (patch) | |
tree | 42e8d887ac2296be5a7700ccf6e172d62bfeccd9 /gst-libs/gst | |
parent | 62069a9dc65c6cc8ee779342230da2a49771fa09 (diff) |
gl: fix build
Include private headers for parent class debug categories.
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/gl/android/gstglwindow_android_egl.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/gl/eagl/gstglcontext_eagl.m | 1 | ||||
-rw-r--r-- | gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c | 1 | ||||
-rw-r--r-- | gst-libs/gst/gl/win32/gstglcontext_wgl.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/android/gstglwindow_android_egl.c b/gst-libs/gst/gl/android/gstglwindow_android_egl.c index 2f4d80aff..68c1c9403 100644 --- a/gst-libs/gst/gl/android/gstglwindow_android_egl.c +++ b/gst-libs/gst/gl/android/gstglwindow_android_egl.c @@ -32,6 +32,7 @@ #include <gst/gl/egl/gstglcontext_egl.h> #include "gstglwindow_android_egl.h" +#include "../gstglwindow_private.h" #define GST_CAT_DEFAULT gst_gl_window_debug diff --git a/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c b/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c index d88db2363..7b10b4d01 100644 --- a/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c +++ b/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c @@ -28,6 +28,7 @@ #include <gst/gl/gstglcontext.h> #include "gstglwindow_dispmanx_egl.h" +#include "../gstglwindow_private.h" #ifndef ELEMENT_CHANGE_LAYER diff --git a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m index 412e9ce10..392eeee49 100644 --- a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m +++ b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m @@ -28,6 +28,7 @@ #include <OpenGLES/ES2/gl.h> #include "gstglcontext_eagl.h" +#include "../gstglcontext_private.h" #define GST_CAT_DEFAULT gst_gl_context_debug diff --git a/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c b/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c index 621c90acc..42a933fb6 100644 --- a/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c +++ b/gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c @@ -25,6 +25,7 @@ #include <gst/gl/gstglcontext.h> #include "gstglwindow_viv_fb_egl.h" +#include "../gstglwindow_private.h" #define GST_CAT_DEFAULT gst_gl_window_debug diff --git a/gst-libs/gst/gl/win32/gstglcontext_wgl.c b/gst-libs/gst/gl/win32/gstglcontext_wgl.c index 91cea8fed..0c745adc5 100644 --- a/gst-libs/gst/gl/win32/gstglcontext_wgl.c +++ b/gst-libs/gst/gl/win32/gstglcontext_wgl.c @@ -32,6 +32,7 @@ #include <GL/wglext.h> #include "../utils/opengl_versions.h" +#include "../gstglcontext_private.h" struct _GstGLContextWGLPrivate { |