mirror of https://github.com/ecmwf/eccodes.git
Openjpeg 2.5.2 fixes the problem with 2.5.1
This commit is contained in:
parent
039f47b7dd
commit
f7ba64e130
|
@ -13,8 +13,10 @@
|
|||
#if HAVE_LIBOPENJPEG
|
||||
|
||||
#include "openjpeg.h"
|
||||
|
||||
// The older versions did not have the opj_config.h file
|
||||
// So we use a more recent macro to detect whether it is there
|
||||
// So we use a more recent macro to detect whether it is there.
|
||||
// Also see https://github.com/uclouvain/openjpeg/issues/1514
|
||||
#if defined(OPJ_IMG_INFO)
|
||||
#include "opj_config.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue