backport r895 to openjpeg-1.5 branch

This commit is contained in:
Antonin Descampe 2011-08-27 15:54:52 +00:00
parent d15f01b6e3
commit e89eb575ac
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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