Skip to content

Commit

Permalink
add support for openjpeg 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMansencal committed Oct 24, 2017
1 parent 007f397 commit cdf557b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/Configure.cmake
Expand Up @@ -67,6 +67,7 @@ set(include_files_list
openjpeg-2.0/openjpeg.h
openjpeg-2.1/openjpeg.h
openjpeg-2.2/openjpeg.h
openjpeg-2.3/openjpeg.h
)
check_includes(include_files_list)

Expand Down Expand Up @@ -150,6 +151,10 @@ file(APPEND ${AUTOCONFIG_SRC} "
#ifdef HAVE_OPENJPEG_2_2_OPENJPEG_H
#define LIBJP2K_HEADER <openjpeg-2.2/openjpeg.h>
#endif
#ifdef HAVE_OPENJPEG_2_3_OPENJPEG_H
#define LIBJP2K_HEADER <openjpeg-2.3/openjpeg.h>
#endif
")

########################################
Expand Down

0 comments on commit cdf557b

Please sign in to comment.