mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 06:05:31 -06:00
5 lines
213 B
C++
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) */
|