summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/jpegcomp.h
blob: 9b3e3677525bcaa7bb26fce002ed3d48d9cba881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * jpegcomp.h
 *
 * Copyright (C) 2010, D. R. Commander
 * For conditions of distribution and use, see the accompanying README file.
 *
 * JPEG compatibility macros
 * These declarations are considered internal to the JPEG library; most
 * applications using the library shouldn't need to include this file.
 */

#if JPEG_LIB_VERSION >= 70
#define min_DCT_h_scaled_size_ min_DCT_h_scaled_size
#define min_DCT_v_scaled_size_ min_DCT_v_scaled_size
#else
#define min_DCT_h_scaled_size_ min_DCT_scaled_size
#define min_DCT_v_scaled_size_ min_DCT_scaled_size
#endif