LibreOffice Module vcl (master) 1
jpegcomp.h
Go to the documentation of this file.
1/*
2 * jpegcomp.h
3 *
4 * Copyright (C) 2010, D. R. Commander
5 * For conditions of distribution and use, see the accompanying README file.
6 *
7 * JPEG compatibility macros
8 * These declarations are considered internal to the JPEG library; most
9 * applications using the library shouldn't need to include this file.
10 */
11
12#if JPEG_LIB_VERSION >= 70
13#define min_DCT_h_scaled_size_ min_DCT_h_scaled_size
14#define min_DCT_v_scaled_size_ min_DCT_v_scaled_size
15#else
16#define min_DCT_h_scaled_size_ min_DCT_scaled_size
17#define min_DCT_v_scaled_size_ min_DCT_scaled_size
18#endif