From c7535ca8ef92af5adcb58d1b33e15933c27951c5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 10 Oct 2018 12:53:32 +0200 Subject: Rename NO_ICC to FZ_ENABLE_ICC=0|1 to match other config.h options. --- source/tools/mudraw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/tools') diff --git a/source/tools/mudraw.c b/source/tools/mudraw.c index bcae107d..c49ec18d 100644 --- a/source/tools/mudraw.c +++ b/source/tools/mudraw.c @@ -274,10 +274,10 @@ static int num_workers = 0; static worker_t *workers; static fz_band_writer *bander = NULL; -#ifdef NO_ICC -static fz_cmm_engine *icc_engine = NULL; -#else +#if FZ_ENABLE_ICC static fz_cmm_engine *icc_engine = &fz_cmm_engine_lcms; +#else +static fz_cmm_engine *icc_engine = NULL; #endif static const char *layer_config = NULL; -- cgit v1.2.3