]> granicus.if.org Git - openjpeg/commitdiff
Add missing source for the JPIP library and executables (issue #658) (#659)
authorStefan Weil <sw@weilnetz.de>
Tue, 10 May 2016 20:02:49 +0000 (22:02 +0200)
committerMatthieu Darbois <mayeut@users.noreply.github.com>
Tue, 10 May 2016 20:02:49 +0000 (22:02 +0200)
They all need opj_malloc and other functions from opc_malloc.c.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
src/lib/openjpip/CMakeLists.txt

index 858a109536e7af998d46135c49d3e622267c7a21..7348b1efaafdbf91ee00381cde8184eccaaf7a60 100644 (file)
@@ -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