X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmJpeg.cxx;h=28d0acd17cfabbf2d39082d4363c28a28629fbfd;hb=8ac4df8c7543a827c7b89fc9bbcf86625f3c1afe;hp=d632432f97c200fb6dd428c82383e7ea76f1c8d8;hpb=e62d57cbd05c8e864fd2ba197a271cdcac9a2128;p=gdcm.git diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index d632432f..28d0acd1 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -77,7 +77,10 @@ of the uncompressed pixel data from which the compressed data is derived */ extern "C" { -#include "jpeglib.h" +//#include "jpeglib.h" +#include "src/jpeg/libijg8/jconfig.h" +#include "src/jpeg/libijg8/jpeglib.h" + #include }