backport r895 to openjpeg-1.5 branch
This commit is contained in:
parent
d15f01b6e3
commit
e89eb575ac
|
@ -5,6 +5,9 @@ What's New for OpenJPIP
|
||||||
! : changed
|
! : changed
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
|
August 27, 2011
|
||||||
|
* [antonin] fixed missing include directory in opj_client/opj_dec_server/CMakeLists.txt
|
||||||
|
|
||||||
August 26, 2011
|
August 26, 2011
|
||||||
* [antonin] fixed cmake and autotools files to reflect recent indexer changes in JPIP
|
* [antonin] fixed cmake and autotools files to reflect recent indexer changes in JPIP
|
||||||
! [kaori] indexer using the latest openjpeg library
|
! [kaori] indexer using the latest openjpeg library
|
||||||
|
|
|
@ -8,7 +8,8 @@ ${CMAKE_CURRENT_SOURCE_DIR}/jpipstream_manager.c
|
||||||
)
|
)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
../../libopenjpip
|
${OPENJPEG_SOURCE_DIR}/libopenjpeg
|
||||||
|
${OPENJPEG_SOURCE_DIR}/applications/jpip/libopenjpip
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build executable
|
# Build executable
|
||||||
|
|
Loading…
Reference in New Issue