]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 30 Jun 2012 22:50:30 +0000 (22:50 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 30 Jun 2012 22:50:30 +0000 (22:50 +0000)
coders/tiff.c

index c1d2cc6650e50c48d28f341419aafa92e39337b9..c99a3239ea6515686936acf17b9639ad7e92ab58 100644 (file)
@@ -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)
 {