xinxinlx / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

header bug in trunk and branch of openjpeg-2.x #337

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
'convert.c' includes

#include "opj_apps_config.h"

This header must include the OPJ_BIG_ENDIAN definition.

'opj_config.h.cmake.in' does contain only one line:

#cmakedefine OPJ_HAVE_STDINT_H      @OPJ_HAVE_STDINT_H@

But 'cio.h' needs:

#if defined(OPJ_BIG_ENDIAN)

which is defined in 'opj_config_private.h'. This must be
changed in 'cio.h'.

winfried

Original issue reported on code.google.com by szukw...@arcor.de on 10 Apr 2014 at 11:35

Attachments:

GoogleCodeExporter commented 9 years ago
This has been broken since r926

Original comment by mathieu.malaterre on 28 Apr 2014 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 28 Apr 2014 at 7:44

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2861.

Original comment by mathieu.malaterre on 28 Apr 2014 at 7:44