]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 2 Jan 2014 18:54:04 +0000 (18:54 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 2 Jan 2014 18:54:04 +0000 (18:54 +0000)
coders/jp2.c

index 3f12c8129954730efe99f99f2fb17c7e2e471e65..ddc0d59a61b3840a6085c0ca82d436c7c4e9ee52 100644 (file)
@@ -65,6 +65,7 @@
 #include "magick/static.h"
 #include "magick/statistic.h"
 #include "magick/string_.h"
+#include "magick/string-private.h"
 #include "magick/module.h"
 #if defined(MAGICKCORE_LIBOPENJP2_DELEGATE)
 #include <openjpeg.h>
@@ -285,6 +286,9 @@ static OPJ_SIZE_T JP2WriteHandler(void *buffer,OPJ_SIZE_T length,void *context)
 
 static Image *ReadJP2Image(const ImageInfo *image_info,ExceptionInfo *exception)
 {
+  const char
+    *option;
+
   Image
     *image;