X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjpeg%2Fjmorecfg.h.in;h=550e0480145dcc054ce9bf62a7699ea04cff96d7;hb=db08881d6b93af8af99bf1b114c72828454c20a3;hp=c728d94604d74369fe7afc5e3d15456fa2e5ed2b;hpb=87ac02b456a9c2044b3eab23aa5d9e8dbfd12f29;p=gdcm.git diff --git a/src/gdcmjpeg/jmorecfg.h.in b/src/gdcmjpeg/jmorecfg.h.in index c728d946..550e0480 100644 --- a/src/gdcmjpeg/jmorecfg.h.in +++ b/src/gdcmjpeg/jmorecfg.h.in @@ -217,6 +217,13 @@ typedef unsigned int JDIMENSION; #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: */