WIP: fixed build issue with MJ2 option ON with new framework

This commit is contained in:
Mickael Savinaud 2011-09-20 14:36:23 +00:00
parent af7ebd96a0
commit c0bad42eb1
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
September 20, 2011
* [mickael] WIP: fixed build issues with MJ2 option ON
September 19, 2011
+ [mickael] Enhance some new JPIP files about opj_config inclusion and using of free/calloc (credit to Julien Malik)
+ [mickael] WIP: begin to test opj_decode_tile_data

View File

@ -27,6 +27,7 @@ ${OPENJPEG_SOURCE_DIR}/libopenjpeg/phix_manager.c
${OPENJPEG_SOURCE_DIR}/libopenjpeg/ppix_manager.c
${OPENJPEG_SOURCE_DIR}/libopenjpeg/thix_manager.c
${OPENJPEG_SOURCE_DIR}/libopenjpeg/tpix_manager.c
${OPENJPEG_SOURCE_DIR}/libopenjpeg/function_list.c
)
SET(MJ2_SRCS mj2.c mj2_convert.c)