diff options
| author | Stefan Weil <sw@weilnetz.de> | 2016-05-10 22:02:49 +0200 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2016-05-10 22:02:49 +0200 |
| commit | aae066debc29f6fe44bfcda1206bba0a68dfd00e (patch) | |
| tree | 3b04dd18d074dfa25b96b982fa34f2bd0ed0a4d9 /src | |
| parent | 6609719b409be038c2d41765b64e42f7b92f79cb (diff) | |
Add missing source for the JPIP library and executables (issue #658) (#659)
They all need opj_malloc and other functions from opc_malloc.c.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/openjpip/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/openjpip/CMakeLists.txt b/src/lib/openjpip/CMakeLists.txt index 858a1095..7348b1ef 100644 --- a/src/lib/openjpip/CMakeLists.txt +++ b/src/lib/openjpip/CMakeLists.txt @@ -36,6 +36,7 @@ set(OPENJPIP_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/session_manager.c ${CMAKE_CURRENT_SOURCE_DIR}/jpip_parser.c ${CMAKE_CURRENT_SOURCE_DIR}/sock_manager.c + ${OPENJPEG_SOURCE_DIR}/src/lib/openjp2/opj_malloc.c ) set(SERVER_SRCS |
