From 041df2bd7029d436767ec5bfb4227dc1cdb30afc Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 12 Jul 2017 21:56:29 +0100 Subject: Include all plotters by default. --- include/mupdf/fitz/config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/mupdf/fitz/config.h b/include/mupdf/fitz/config.h index c7bf5244..82f926b2 100644 --- a/include/mupdf/fitz/config.h +++ b/include/mupdf/fitz/config.h @@ -4,15 +4,14 @@ /* Choose which plotters we need. - By default we build the greyscale, RGB and CMYK plotters in, - but omit the arbitrary plotters. To avoid building + By default we build all the plotters in. To avoid building plotters in that aren't needed, define the unwanted FZ_PLOTTERS_... define to 0. */ /* #define FZ_PLOTTERS_G 1 */ /* #define FZ_PLOTTERS_RGB 1 */ /* #define FZ_PLOTTERS_CMYK 1 */ -/* #define FZ_PLOTTERS_N 0 */ +/* #define FZ_PLOTTERS_N 1 */ /* Choose which document agents to include. @@ -97,7 +96,7 @@ #endif /* FZ_PLOTTERS_CMYK */ #ifndef FZ_PLOTTERS_N -#define FZ_PLOTTERS_N 0 +#define FZ_PLOTTERS_N 1 #endif /* FZ_PLOTTERS_N */ /* We need at least 1 plotter defined */ -- cgit v1.2.3