Closed GoogleCodeExporter closed 9 years ago
You use 'openjpeg_v1_4_sources_r697'. And you are supposed to use libpng-1.5.x.
'libpng15/png.h' no longer includes 'zlib.h'. You must do it yourself.
In 'convert.c':
#include <png.h>
#include <zlib.h>
If you have SVN installed, you should use a current revision: it reflects
this change.
winfried
Original comment by szukw...@arcor.de
on 30 Aug 2011 at 11:31
Seems to be fixed in 1.5 and trunk. Closing
Original comment by mathieu.malaterre
on 11 Jan 2012 at 9:28
Original issue reported on code.google.com by
vrak...@gmail.com
on 30 Aug 2011 at 9:07