X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpeg%2Fjmorecfg.h.in;h=550e0480145dcc054ce9bf62a7699ea04cff96d7;hb=46219bf8615127f9ab240e9bcc2efa30ba503b04;hp=621dc0e3fb3a6fe35107b3da78df1217de36a34f;hpb=e1830579102f036e9e558320a21990a9438ec9ef;p=gdcm.git diff --git a/src/gdcmjpeg/jmorecfg.h.in b/src/gdcmjpeg/jmorecfg.h.in index 621dc0e3..550e0480 100644 --- a/src/gdcmjpeg/jmorecfg.h.in +++ b/src/gdcmjpeg/jmorecfg.h.in @@ -214,6 +214,16 @@ typedef unsigned int JDIMENSION; * or code profilers that require it. */ +#cmakedefine JPEGDLL +#cmakedefine JPEGSTATIC + +/* For more info on this bug see: + * [Broken JPEG from GE station] on comp.protocols.dicom + * and official publication at: + * http://www.medicalconnections.co.uk/html/lossless_bug.html + */ +#cmakedefine SUPPORT_DICOMOBJECTS_BUG + /* a function called through method pointers: */ #define METHODDEF(type) static type /* a function used only in its module: */