From 00f7af7748b549a1cb99852ba5c886483847f892 Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Tue, 7 Sep 2010 22:05:17 +0000 Subject: [PATCH] ENH: Including the new header file openjpegConfigure.h in order to carry the definition of OPJ_STATIC when building static libraries. --- codec/convert.c | 1 + codec/image_to_j2k.c | 1 + codec/j2k_dump.c | 1 + codec/j2k_to_image.c | 1 + 4 files changed, 4 insertions(+) diff --git a/codec/convert.c b/codec/convert.c index 63707a09..a6bf0f73 100644 --- a/codec/convert.c +++ b/codec/convert.c @@ -39,6 +39,7 @@ #include #include #endif /* WIN32 */ +#include "openjpegConfigure.h" #include "openjpeg.h" #include "convert.h" diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c index 7acaed07..b5c6ee5d 100644 --- a/codec/image_to_j2k.c +++ b/codec/image_to_j2k.c @@ -34,6 +34,7 @@ #include #include +#include "openjpegConfigure.h" #include "openjpeg.h" #include "compat/getopt.h" #include "convert.h" diff --git a/codec/j2k_dump.c b/codec/j2k_dump.c index 5042f47a..33465f10 100644 --- a/codec/j2k_dump.c +++ b/codec/j2k_dump.c @@ -29,6 +29,7 @@ #include #include +#include "openjpegConfigure.h" #include "openjpeg.h" #include "j2k.h" #include "jp2.h" diff --git a/codec/j2k_to_image.c b/codec/j2k_to_image.c index 3b1915c7..ef50e031 100644 --- a/codec/j2k_to_image.c +++ b/codec/j2k_to_image.c @@ -34,6 +34,7 @@ #include #include +#include "openjpegConfigure.h" #include "openjpeg.h" #include "compat/getopt.h" #include "convert.h"