]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg16.cxx
ENH: Final -hopefully- change to jpeg lib. In order to match ITK structure, and be...
[gdcm.git] / src / gdcmJpeg16.cxx
index cff5c6d7cab456ccb49608ca926b53d25d97d207..fa9368dd1a4b6d171cd018739d79c85442e681e4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJpeg16.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/10/22 03:05:42 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2004/11/07 14:28:55 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
      PURPOSE.  See the above copyright notices for more information.
                                                                                 
 =========================================================================*/
-
 #include "gdcmFile.h"
 
 extern "C" {
-#include "src/jpeg/libijg16/jconfig.h"
-#include "src/jpeg/libijg16/jpeglib.h"
-#include "src/jpeg/libijg16/jinclude.h"
-#include "src/jpeg/libijg16/jerror.h"
+#include "gdcmjpeg/16/jinclude.h"
+#include "gdcmjpeg/16/jpeglib.h"
 }
 
-
 #define gdcm_write_JPEG_file gdcm_write_JPEG_file16
 #define gdcm_read_JPEG_file  gdcm_read_JPEG_file16