summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@gmail.com>2010-09-07 22:05:17 +0000
committerLuis Ibanez <luis.ibanez@gmail.com>2010-09-07 22:05:17 +0000
commit00f7af7748b549a1cb99852ba5c886483847f892 (patch)
treec00950ef9a0d6fb58be3fa13bf9a883b06e5665d /codec
parent9989de4bd0a4a9f76ef9c143789fbba2b9311387 (diff)
ENH: Including the new header file openjpegConfigure.h
in order to carry the definition of OPJ_STATIC when building static libraries.
Diffstat (limited to 'codec')
-rw-r--r--codec/convert.c1
-rw-r--r--codec/image_to_j2k.c1
-rw-r--r--codec/j2k_dump.c1
-rw-r--r--codec/j2k_to_image.c1
4 files changed, 4 insertions, 0 deletions
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 <tiffio.h>
#include <png.h>
#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 <stdlib.h>
#include <math.h>
+#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 <stdlib.h>
#include <math.h>
+#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 <stdlib.h>
#include <math.h>
+#include "openjpegConfigure.h"
#include "openjpeg.h"
#include "compat/getopt.h"
#include "convert.h"