ENH: CMake: start compiling index_create. OpenJPEG.rc update copyright year

This commit is contained in:
Mathieu Malaterre 2007-09-06 14:46:24 +00:00
parent f9c5f4565a
commit 375754f1e6
4 changed files with 9 additions and 1 deletions

View File

@ -62,6 +62,7 @@ SUBDIRS(
mj2
jpwl
jp3d
indexer_JPIP
)
#-----------------------------------------------------------------------------
# Build example only if requested

View File

@ -8,6 +8,8 @@ What's New for OpenJPEG
September 6, 2007
* [Mathieu Malaterre] CMake: start compiling mj2, jpwl and jp3d
* [Mathieu Malaterre] CMake: output all executable/libs into one single directory
* [Mathieu Malaterre] CMake: start compiling index_create
* [Mathieu Malaterre] OpenJPEG.rc update copyright year
September 4, 2007
+ [GB] Added some fields in the codestream_info structure: they are used to record the position of single tile parts. Changed also the write_index function in the codec, to reflect the presence of this new information.

View File

@ -49,7 +49,7 @@ BEGIN
VALUE "FileDescription", "OpenJPEG\0"
VALUE "FileVersion", "1, 1, 0, 0\0"
VALUE "InternalName", "OpenJPEG\0"
VALUE "LegalCopyright", "Copyright © 2002-2006, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium\0"
VALUE "LegalCopyright", "Copyright © 2002-2007, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium\0"
VALUE "LegalTrademarks", "See http://www.openjpeg.org for details\0"
VALUE "OriginalFilename", "OpenJPEG.dll\0"
VALUE "PrivateBuild", "\0"

View File

@ -0,0 +1,5 @@
# index_create
ADD_EXECUTABLE(index_create
bio.c cio.c int.c pi.c t2.c tgt.c tcd.c index_create.c jpip.c jp2.c
)