about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/include/jasper/jas_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/jpeg2000/libjasper/include/jasper/jas_image.h')
-rw-r--r--converter/other/jpeg2000/libjasper/include/jasper/jas_image.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/converter/other/jpeg2000/libjasper/include/jasper/jas_image.h b/converter/other/jpeg2000/libjasper/include/jasper/jas_image.h
index 39ebd812..20170986 100644
--- a/converter/other/jpeg2000/libjasper/include/jasper/jas_image.h
+++ b/converter/other/jpeg2000/libjasper/include/jasper/jas_image.h
@@ -445,12 +445,14 @@ void jas_image_destroy(jas_image_t *image);
   any compression. */
 uint_fast32_t jas_image_rawsize(jas_image_t *image);
 
+#define JAS_HAVE_PMJAS_IMAGE_DECODE
+
 void
-jas_image_decode(jas_stream_t * const in,
-				 int            const fmt,
-				 const char *   const optstr,
-				 jas_image_t ** const imagePP,
-				 const char **  const errorP);
+pmjas_image_decode(jas_stream_t * const in,
+				   int            const fmt,
+				   const char *   const optstr,
+				   jas_image_t ** const imagePP,
+				   const char **  const errorP);
 
 /* Write an image to a stream in a specified format. */
 int jas_image_encode(jas_image_t *image, jas_stream_t *out, int fmt,