summaryrefslogtreecommitdiffstats
path: root/video/out/gl_lcms.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_lcms.h')
-rw-r--r--video/out/gl_lcms.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/video/out/gl_lcms.h b/video/out/gl_lcms.h
index ff51c7d13f..a579b78f43 100644
--- a/video/out/gl_lcms.h
+++ b/video/out/gl_lcms.h
@@ -12,6 +12,8 @@ struct mp_icc_opts {
struct lut3d;
struct mp_log;
-struct lut3d *mp_load_icc(struct mp_icc_opts *opts, struct mp_log *log);
+struct mpv_global;
+struct lut3d *mp_load_icc(struct mp_icc_opts *opts, struct mp_log *log,
+ struct mpv_global *global);
#endif