summaryrefslogtreecommitdiffstats
path: root/video/out/gl_lcms.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-12 01:28:14 +0200
committerwm4 <wm4@nowhere>2013-09-12 01:34:42 +0200
commit75e63ebb24f8866607996cb40ea56f6c3121b9c9 (patch)
tree51b7575e0112b0da3e00fe97ccd09dd2ceeeb25b /video/out/gl_lcms.h
parentbeb1aa59885bb84ace9a055963af0fc756e69547 (diff)
downloadmpv-75e63ebb24f8866607996cb40ea56f6c3121b9c9.tar.bz2
mpv-75e63ebb24f8866607996cb40ea56f6c3121b9c9.tar.xz
gl_lcms: mp_msg conversion
Have to deal with some dumb stuff in LittleCMS2's API: its error handler is global.
Diffstat (limited to 'video/out/gl_lcms.h')
-rw-r--r--video/out/gl_lcms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/gl_lcms.h b/video/out/gl_lcms.h
index 1debef485b..ff51c7d13f 100644
--- a/video/out/gl_lcms.h
+++ b/video/out/gl_lcms.h
@@ -11,6 +11,7 @@ struct mp_icc_opts {
};
struct lut3d;
-struct lut3d *mp_load_icc(struct mp_icc_opts *opts);
+struct mp_log;
+struct lut3d *mp_load_icc(struct mp_icc_opts *opts, struct mp_log *log);
#endif