diff options
| author | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-07 22:05:17 +0000 |
|---|---|---|
| committer | Luis Ibanez <luis.ibanez@gmail.com> | 2010-09-07 22:05:17 +0000 |
| commit | 00f7af7748b549a1cb99852ba5c886483847f892 (patch) | |
| tree | c00950ef9a0d6fb58be3fa13bf9a883b06e5665d /codec/j2k_dump.c | |
| parent | 9989de4bd0a4a9f76ef9c143789fbba2b9311387 (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/j2k_dump.c')
| -rw-r--r-- | codec/j2k_dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
