]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 8 Apr 2014 07:35:08 +0000 (07:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 8 Apr 2014 07:35:08 +0000 (07:35 +0000)
MagickCore/config.h_vms
MagickCore/version.c
coders/pdf.c

index 012e55fa91b242e55a18a5b8f835f20a4f570e64..d6a6ddd1333101f142188f79663c6d0bfe814efb 100644 (file)
 #define MAGICKCORE_JPEG_DELEGATE 1
 
 /* Define if you have JPEG version 2 Jasper library */
-#define MAGICKCORE_JP2_DELEGATE 1
+#define MAGICKCORE_LIBOPENJP2_DELEGATE 1
 
 /* Define if you have Ghostscript library */
 #undef MAGICKCORE_GS_DELEGATE
index 1567be199a07bb106a19cf81c0c1318864aafa27..22e37208571b428de28bac4d41ee5c0a95e0b3ff 100644 (file)
@@ -142,7 +142,7 @@ MagickExport const char *GetMagickDelegates(void)
 #if defined(MAGICKCORE_JPEG_DELEGATE) && defined(MAGICKCORE_PNG_DELEGATE)
   "jng "
 #endif
-#if defined(MAGICKCORE_JP2_DELEGATE)
+#if defined(MAGICKCORE_LIBOPENJP2_DELEGATE)
   "jp2 "
 #endif
 #if defined(MAGICKCORE_JPEG_DELEGATE)
index 3d2f0332ce50e9ada10eab6b7d9fe809bc92b309..0ad52efef3a38fc0f43da64a03056b7f5dca3cd4 100644 (file)
@@ -1274,7 +1274,7 @@ RestoreMSCWarning
         break;
       }
 #endif
-#if !defined(MAGICKCORE_JP2_DELEGATE)
+#if !defined(MAGICKCORE_LIBOPENJP2_DELEGATE)
       case JPEG2000Compression:
       {
         compression=RLECompression;