]> granicus.if.org Git - imagemagick/commitdiff
Added condition for the dot coder.
authorDirk Lemstra <dirk@lemstra.org>
Fri, 5 Oct 2018 19:42:43 +0000 (21:42 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Fri, 5 Oct 2018 19:42:43 +0000 (21:42 +0200)
coders/coders-list.h
coders/coders.h

index fc14820185f050b416b6f7c6563fce521d5db495..93ab54128897eecb628d9d9b621f8ef558823b55 100644 (file)
@@ -38,7 +38,9 @@ AddMagickCoder(DIB)
   AddMagickCoder(DJVU)
 #endif
 AddMagickCoder(DNG)
-AddMagickCoder(DOT)
+#if defined(MAGICKCORE_GVC_DELEGATE)
+  AddMagickCoder(DOT)
+#endif
 #if defined(MAGICKCORE_DPS_DELEGATE)
   AddMagickCoder(DPS)
 #endif
index 6ddb6afce62b116697cd7998f8e249b3aaaa7e01..74a15cca68ae9ace9d72d8ba357fac69f0dace23 100644 (file)
@@ -49,7 +49,9 @@
   #include "coders/djvu.h"
 #endif
 #include "coders/dng.h"
+#if defined(MAGICKCORE_GVC_DELEGATE)
 #include "coders/dot.h"
+#endif
 #if defined(MAGICKCORE_DPS_DELEGATE)
   #include "coders/dps.h"
 #endif