WIP: fixed build issue with MJ2 option ON with new framework
This commit is contained in:
parent
af7ebd96a0
commit
c0bad42eb1
3
CHANGES
3
CHANGES
|
@ -5,6 +5,9 @@ What's New for OpenJPEG
|
||||||
! : changed
|
! : changed
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
|
September 20, 2011
|
||||||
|
* [mickael] WIP: fixed build issues with MJ2 option ON
|
||||||
|
|
||||||
September 19, 2011
|
September 19, 2011
|
||||||
+ [mickael] Enhance some new JPIP files about opj_config inclusion and using of free/calloc (credit to Julien Malik)
|
+ [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
|
+ [mickael] WIP: begin to test opj_decode_tile_data
|
||||||
|
|
|
@ -27,6 +27,7 @@ ${OPENJPEG_SOURCE_DIR}/libopenjpeg/phix_manager.c
|
||||||
${OPENJPEG_SOURCE_DIR}/libopenjpeg/ppix_manager.c
|
${OPENJPEG_SOURCE_DIR}/libopenjpeg/ppix_manager.c
|
||||||
${OPENJPEG_SOURCE_DIR}/libopenjpeg/thix_manager.c
|
${OPENJPEG_SOURCE_DIR}/libopenjpeg/thix_manager.c
|
||||||
${OPENJPEG_SOURCE_DIR}/libopenjpeg/tpix_manager.c
|
${OPENJPEG_SOURCE_DIR}/libopenjpeg/tpix_manager.c
|
||||||
|
${OPENJPEG_SOURCE_DIR}/libopenjpeg/function_list.c
|
||||||
)
|
)
|
||||||
|
|
||||||
SET(MJ2_SRCS mj2.c mj2_convert.c)
|
SET(MJ2_SRCS mj2.c mj2_convert.c)
|
||||||
|
|
Loading…
Reference in New Issue