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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_lcms.h b/video/out/gl_lcms.h
index 883b485f66..5ad08b7d64 100644
--- a/video/out/gl_lcms.h
+++ b/video/out/gl_lcms.h
@@ -10,7 +10,7 @@ extern const struct m_sub_options mp_icc_conf;
struct mp_icc_opts {
char *profile;
int profile_auto;
- char *cache;
+ char *cache_dir;
char *size_str;
int intent;
};