mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -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) */
|