comparison Core/Images/JpegWriter.cpp @ 1914:501769757bf9

flag to remove network support in dcmtk, removal of unneeded sources in static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2016 11:47:02 +0100
parents b1291df2f780
children 5bcf721bde4f
comparison
equal deleted inserted replaced
1913:41e402cd7b3a 1914:501769757bf9
36 #include "../OrthancException.h" 36 #include "../OrthancException.h"
37 #include "../Logging.h" 37 #include "../Logging.h"
38 38
39 #include "JpegErrorManager.h" 39 #include "JpegErrorManager.h"
40 40
41 #include <stdlib.h>
41 #include <vector> 42 #include <vector>
42 43
43 namespace Orthanc 44 namespace Orthanc
44 { 45 {
45 static void GetLines(std::vector<uint8_t*>& lines, 46 static void GetLines(std::vector<uint8_t*>& lines,