]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 5 Mar 2014 22:59:30 +0000 (22:59 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 5 Mar 2014 22:59:30 +0000 (22:59 +0000)
MagickCore/static.c

index db57d249a81f3e639270940caa936eb251738abe..18f302a8ab397820c87530b1cdc48357ec30a2be 100644 (file)
@@ -228,7 +228,7 @@ MagickExport void RegisterStaticModules(void)
 #if defined(MAGICKCORE_JPEG_DELEGATE)
   (void) RegisterJPEGImage();
 #endif
-#if defined(MAGICKCORE_JP2_DELEGATE)
+#if defined(MAGICKCORE_LIBOPENJP2_DELEGATE)
   (void) RegisterJP2Image();
 #endif
   (void) RegisterJSONImage();
@@ -405,7 +405,7 @@ MagickExport void UnregisterStaticModules(void)
 #if defined(MAGICKCORE_JPEG_DELEGATE)
   UnregisterJPEGImage();
 #endif
-#if defined(MAGICKCORE_JP2_DELEGATE)
+#if defined(MAGICKCORE_LIBOPENJP2_DELEGATE)
   UnregisterJP2Image();
 #endif
   UnregisterJSONImage();