]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 9 May 2013 11:32:05 +0000 (11:32 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 9 May 2013 11:32:05 +0000 (11:32 +0000)
coders/miff.c

index 38a8b10538e43d2f22ba30800c49a2d7b9b7ca56..12568754557a68d04139e20a1ff931736a8c68c5 100644 (file)
@@ -1974,7 +1974,7 @@ static MagickBooleanType WriteMIFFImage(const ImageInfo *image_info,
       compression=image_info->compression;
     switch (compression)
     {
-#if !defined(MAGICKCORE_ZLIB_DELEGATE)
+#if !defined(MAGICKCORE_LZMA_DELEGATE)
       case LZMACompression: compression=NoCompression; break;
 #endif
 #if !defined(MAGICKCORE_ZLIB_DELEGATE)