From 028528b4b0784277523ec6bc2e6d03d66141e376 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 30 Jun 2012 22:50:30 +0000 Subject: [PATCH] --- coders/tiff.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coders/tiff.c b/coders/tiff.c index c1d2cc665..c99a3239e 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -426,6 +426,7 @@ static Image *ReadGROUP4Image(const ImageInfo *image_info, % */ +#if defined(MAGICKCORE_HDRI_SUPPORT) static MagickBooleanType LabImage(Image *image,ExceptionInfo *exception) { CacheView @@ -469,6 +470,7 @@ static MagickBooleanType LabImage(Image *image,ExceptionInfo *exception) image_view=DestroyCacheView(image_view); return(status); } +#endif static inline size_t MagickMax(const size_t x,const size_t y) { -- 2.40.0