mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
424 B
11 lines
424 B
4 years ago
|
/* create opj_config.h for CMake */
|
||
|
#cmakedefine OPJ_HAVE_STDINT_H @OPJ_HAVE_STDINT_H@
|
||
|
|
||
|
/*--------------------------------------------------------------------------*/
|
||
|
/* OpenJPEG Versioning */
|
||
|
|
||
|
/* Version number. */
|
||
|
#define OPJ_VERSION_MAJOR @OPENJPEG_VERSION_MAJOR@
|
||
|
#define OPJ_VERSION_MINOR @OPENJPEG_VERSION_MINOR@
|
||
|
#define OPJ_VERSION_BUILD @OPENJPEG_VERSION_BUILD@
|