utils/pdftoppm.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 56248b84e2185483dd54704c13838e8f78029d49 Author: Albert Astals Cid <[email protected]> Date: Thu Aug 18 12:40:51 2011 +0200 Only declare overprint if we are going to use it diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc index 0923377..5c4c4a7 100644 --- a/utils/pdftoppm.cc +++ b/utils/pdftoppm.cc @@ -18,7 +18,7 @@ // Copyright (C) 2009 Michael K. Johnson <[email protected]> // Copyright (C) 2009 Shen Liang <[email protected]> // Copyright (C) 2009 Stefan Thomas <[email protected]> -// Copyright (C) 2009, 2010 Albert Astals Cid <[email protected]> +// Copyright (C) 2009-2011 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Adrian Johnson <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Jonathan Liu <[email protected]> @@ -74,7 +74,9 @@ static GBool png = gFalse; static GBool jpeg = gFalse; static GBool jpegcmyk = gFalse; static GBool tiff = gFalse; +#if SPLASH_CMYK static GBool overprint = gFalse; +#endif static char enableFreeTypeStr[16] = ""; static char antialiasStr[16] = ""; static char vectorAntialiasStr[16] = ""; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
