From: Stefan Weil Date: Tue, 10 May 2016 20:02:49 +0000 (+0200) Subject: Add missing source for the JPIP library and executables (issue #658) (#659) X-Git-Tag: v2.1.1~18^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aae066debc29f6fe44bfcda1206bba0a68dfd00e;p=openjpeg 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 --- 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