comparison Core/Images/JpegErrorManager.h @ 2379:4900688827a8

reorganization in CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Aug 2017 18:07:03 +0200
parents a3a65de1840f
children 878b59270859
comparison
equal deleted inserted replaced
2378:116ade1eff82 2379:4900688827a8
29 * You should have received a copy of the GNU General Public License 29 * You should have received a copy of the GNU General Public License
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 #pragma once 33 #pragma once
34
35 #if !defined(ORTHANC_ENABLE_JPEG)
36 # error The macro ORTHANC_ENABLE_JPEG must be defined
37 #endif
38
39 #if ORTHANC_ENABLE_JPEG != 1
40 # error JPEG support must be enabled to include this file
41 #endif
34 42
35 #include <string.h> 43 #include <string.h>
36 #include <stdio.h> 44 #include <stdio.h>
37 #include <jpeglib.h> 45 #include <jpeglib.h>
38 #include <setjmp.h> 46 #include <setjmp.h>