Ticket #45718: patch-src-grib_openjpeg_encoding.c.diff
File patch-src-grib_openjpeg_encoding.c.diff, 379 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
src/grib_openjpeg_encoding.c
old new 11 11 #include "grib_api_internal.h" 12 12 13 13 #if HAVE_LIBOPENJPEG 14 #include "openjpeg .h"14 #include "openjpeg-1.5/openjpeg.h" 15 15 16 16 /* TODO: Strip the \n from msg */ 17 17 static void openjpeg_warning(const char *msg, void *client_data)