[trunk] Missing endianess setting
Fixes issue 337
This commit is contained in:
parent
997758f91c
commit
de04302c15
@ -1,3 +1,5 @@
|
|||||||
|
#include "opj_config_private.h"
|
||||||
|
|
||||||
/* create opj_apps_config.h for CMake */
|
/* create opj_apps_config.h for CMake */
|
||||||
|
|
||||||
#cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@
|
#cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@
|
||||||
|
@ -49,7 +49,7 @@ The functions in CIO.C have for goal to realize a byte input / output process.
|
|||||||
/** @defgroup CIO CIO - byte input-output stream */
|
/** @defgroup CIO CIO - byte input-output stream */
|
||||||
/*@{*/
|
/*@{*/
|
||||||
|
|
||||||
#include "opj_config.h"
|
#include "opj_config_private.h"
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user