From: jpr Date: Fri, 31 Oct 2003 15:04:19 +0000 (+0000) Subject: Update Changelog X-Git-Tag: Version0.3.1~59 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b532ad866844f8fd600baa08a748d0233a2dc2ca;p=gdcm.git Update Changelog --- diff --git a/ChangeLog b/ChangeLog index 54191e68..03d50a90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-31 Jean-Pierre Roux + RMV : removal of useless jBitsInJsample.h + for both 8 and 12 Bits JPEG Lossy Libraries + 2003-10-31 Jean-Pierre Roux * ENH : Add the functions gdcmFile::GetImageDataRaw gdcmFile::GetImageDataIntoVectorRaw diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index 4b614640..c4d3db4c 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -2,10 +2,7 @@ #include #include "gdcmFile.h" -// for jpeglib defined BITS_IN_JSAMPLE -#include "jpeg/libijg8/jBitsInJsample.h" -// FIXME : find something else when both -// libJpeg8 and libJpeg12 will be active +#define BITS_IN_JSAMPLE 8 #define DEBUG 0