From: cristy Date: Sat, 30 Jun 2012 22:50:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=028528b4b0784277523ec6bc2e6d03d66141e376;p=imagemagick --- 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) {