From: malaterre Date: Sun, 7 Nov 2004 15:53:35 +0000 (+0000) Subject: ENH: Some more minor fixes, to synchronize ITK and gdcm X-Git-Tag: Version0.6.bp~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0e1fc20ae75b480c43589c6f5a6eb5288b1dbb9e;p=gdcm.git ENH: Some more minor fixes, to synchronize ITK and gdcm --- diff --git a/src/gdcmJpeg12.cxx b/src/gdcmJpeg12.cxx index c43f1fcc..59687f08 100644 --- a/src/gdcmJpeg12.cxx +++ b/src/gdcmJpeg12.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg12.cxx,v $ Language: C++ - Date: $Date: 2004/11/07 14:28:55 $ - Version: $Revision: 1.24 $ + Date: $Date: 2004/11/07 15:53:35 $ + Version: $Revision: 1.25 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -18,7 +18,7 @@ #include "gdcmFile.h" extern "C" { -#include "gdcmjpeg/12/jinclude.h" +#include "gdcmjpeg/12/jconfig.h" #include "gdcmjpeg/12/jpeglib.h" } diff --git a/src/gdcmJpeg16.cxx b/src/gdcmJpeg16.cxx index fa9368dd..ec377bc7 100644 --- a/src/gdcmJpeg16.cxx +++ b/src/gdcmJpeg16.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg16.cxx,v $ Language: C++ - Date: $Date: 2004/11/07 14:28:55 $ - Version: $Revision: 1.3 $ + Date: $Date: 2004/11/07 15:53:35 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -18,7 +18,7 @@ #include "gdcmFile.h" extern "C" { -#include "gdcmjpeg/16/jinclude.h" +#include "gdcmjpeg/16/jconfig.h" #include "gdcmjpeg/16/jpeglib.h" } diff --git a/src/gdcmjpeg/CMakeLists.txt b/src/gdcmjpeg/CMakeLists.txt index 7a905f3b..b41615cb 100644 --- a/src/gdcmjpeg/CMakeLists.txt +++ b/src/gdcmjpeg/CMakeLists.txt @@ -111,8 +111,6 @@ FOREACH(bits 8 12 16) ${CMAKE_CURRENT_BINARY_DIR}/${bits}/jpeglib.h COPYONLY IMMEDIATE) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/jerror.h ${CMAKE_CURRENT_BINARY_DIR}/${bits}/jerror.h COPYONLY IMMEDIATE) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/jinclude.h - ${CMAKE_CURRENT_BINARY_DIR}/${bits}/jinclude.h COPYONLY IMMEDIATE) ENDFOREACH(bits) SUBDIRS(8 12 16)