X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Flibijg8%2Fjmorecfg.h;h=43de73fa52fa8b899d4a8dce6281f53bb2dc49e6;hb=90654776e5839947bbf1be67c374b697937f73c2;hp=d10fb8f1d080c6b3414a0eaff1f942f28fe88301;hpb=2d80f3c3dc0de0087e7a11ffec6be009e97405a5;p=gdcm.git diff --git a/src/jpeg/libijg8/jmorecfg.h b/src/jpeg/libijg8/jmorecfg.h index d10fb8f1..43de73fa 100644 --- a/src/jpeg/libijg8/jmorecfg.h +++ b/src/jpeg/libijg8/jmorecfg.h @@ -10,7 +10,6 @@ * optimizations. Most users will not need to touch this file. */ - /* * Define BITS_IN_JSAMPLE as either * 8 for 8-bit sample values (the usual setting) @@ -20,8 +19,8 @@ * We do not support run-time selection of data precision, sorry. */ -#define BITS_IN_JSAMPLE 12 /* use 8 or 12 */ - +//#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ +#include "jBitsInJsample.h" /* * Maximum number of components (color channels) allowed in JPEG image.