ultimatepp/bazaar/plugin/gdal/frmts/nitf/nitfwritejpeg_12.cpp
cxl 23ff1e7e82 .gdal moved to bazaar
git-svn-id: svn://ultimatepp.org/upp/trunk@9273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-12-07 13:36:24 +00:00

5 lines
213 B
C++

#if defined(JPEG_DUAL_MODE_8_12)
# define LIBJPEG_12_PATH "../jpeg/libjpeg12/jpeglib.h"
# define NITFWriteJPEGBlock NITFWriteJPEGBlock_12
# include "nitfwritejpeg.cpp"
#endif /* defined(JPEG_DUAL_MODE_8_12) */