openjpeg/src/lib
Stefan Weil 9cad6bc1f6 Fix fatal crash on 64 bit Linux
By default, OpenJPEG uses the function memalign to allocate aligned
memory on Linux systems. That function needs malloc.h which was
missing. This results in a compiler warning:

openjpeg/src/lib/openjp2/opj_malloc.c:63:3: warning:
 implicit declaration of function ‘memalign’
 [-Wimplicit-function-declaration]

On hosts where sizeof(int) < sizeof(void *) the return value of memalign
will be truncated which results in an invalid pointer.

That caused "make test" to produce lots of segmentation faults when
running on a 64 bit Linux host.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-01-06 21:40:09 +01:00
..
openjp2 Fix fatal crash on 64 bit Linux 2016-01-06 21:40:09 +01:00
openjp3d Fix typos 2015-11-27 21:38:41 +01:00
openjpip Fix typo in variable name 2015-09-29 05:57:09 +02:00
openjpwl I do not recall exactly... I would say that the correct version should be 2015-10-13 15:20:54 +02:00
openmj2 Fix duplicate article in comments 2016-01-06 08:55:29 +01:00
CMakeLists.txt [trunk] FolderReorgProposal task: refactor MJ2 2012-09-28 08:51:14 +00:00