From c2c9cb2bbf3b6232bcfcc5c7ed7211cca6ad8e58 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 31 Mar 2014 22:31:24 +0200 Subject: gl_lcms: fix build when lcms2 is not available Was broken in b0ee9334e. --- video/out/gl_lcms.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'video') diff --git a/video/out/gl_lcms.c b/video/out/gl_lcms.c index d2f59306f6..2175793cf3 100644 --- a/video/out/gl_lcms.c +++ b/video/out/gl_lcms.c @@ -253,6 +253,11 @@ const struct m_sub_options mp_icc_conf = { .defaults = &(const struct mp_icc_opts) {0}, }; +bool mp_icc_set_profile(struct mp_icc_opts *opts, char *profile) +{ + return false; +} + struct lut3d *mp_load_icc(struct mp_icc_opts *opts, struct mp_log *log, struct mpv_global *global) { -- cgit v1.2.3