ENH: Including the new header file openjpegConfigure.h

in order to carry the definition of OPJ_STATIC 
     when building static libraries.
This commit is contained in:
Luis Ibanez 2010-09-07 22:05:17 +00:00
parent 9989de4bd0
commit 00f7af7748
4 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <tiffio.h>
#include <png.h>
#endif /* WIN32 */
#include "openjpegConfigure.h"
#include "openjpeg.h"
#include "convert.h"

View File

@ -34,6 +34,7 @@
#include <stdlib.h>
#include <math.h>
#include "openjpegConfigure.h"
#include "openjpeg.h"
#include "compat/getopt.h"
#include "convert.h"

View File

@ -29,6 +29,7 @@
#include <stdlib.h>
#include <math.h>
#include "openjpegConfigure.h"
#include "openjpeg.h"
#include "j2k.h"
#include "jp2.h"

View File

@ -34,6 +34,7 @@
#include <stdlib.h>
#include <math.h>
#include "openjpegConfigure.h"
#include "openjpeg.h"
#include "compat/getopt.h"
#include "convert.h"