From fba4e8aa40824a7c503546fad78e63d2901ce004 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Aug 2017 21:36:57 +0200 Subject: vo_opengl: remove some indirect GL header inclusions from core renderer --- video/out/opengl/video.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'video/out/opengl/video.h') diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h index a71f5d6b3d..84ddc0d47c 100644 --- a/video/out/opengl/video.h +++ b/video/out/opengl/video.h @@ -22,10 +22,10 @@ #include "options/m_option.h" #include "sub/osd.h" -#include "common.h" #include "utils.h" #include "lcms.h" #include "shader_cache.h" +#include "video/csputils.h" #include "video/out/filter_kernels.h" // Assume we have this many texture units for sourcing additional passes. @@ -163,6 +163,7 @@ void gl_video_resize(struct gl_video *p, struct mp_rect *src, struct mp_rect *dst, struct mp_osd_res *osd); void gl_video_set_fb_depth(struct gl_video *p, int fb_depth); +struct voctrl_performance_data; void gl_video_perfdata(struct gl_video *p, struct voctrl_performance_data *out); struct mp_csp_equalizer; struct mp_csp_equalizer *gl_video_eq_ptr(struct gl_video *p); -- cgit v1.2.3