ENH: CMake: start compiling index_create. OpenJPEG.rc update copyright year
This commit is contained in:
parent
f9c5f4565a
commit
375754f1e6
|
@ -62,6 +62,7 @@ SUBDIRS(
|
||||||
mj2
|
mj2
|
||||||
jpwl
|
jpwl
|
||||||
jp3d
|
jp3d
|
||||||
|
indexer_JPIP
|
||||||
)
|
)
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Build example only if requested
|
# Build example only if requested
|
||||||
|
|
|
@ -8,6 +8,8 @@ What's New for OpenJPEG
|
||||||
September 6, 2007
|
September 6, 2007
|
||||||
* [Mathieu Malaterre] CMake: start compiling mj2, jpwl and jp3d
|
* [Mathieu Malaterre] CMake: start compiling mj2, jpwl and jp3d
|
||||||
* [Mathieu Malaterre] CMake: output all executable/libs into one single directory
|
* [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
|
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.
|
+ [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.
|
||||||
|
|
|
@ -49,7 +49,7 @@ BEGIN
|
||||||
VALUE "FileDescription", "OpenJPEG\0"
|
VALUE "FileDescription", "OpenJPEG\0"
|
||||||
VALUE "FileVersion", "1, 1, 0, 0\0"
|
VALUE "FileVersion", "1, 1, 0, 0\0"
|
||||||
VALUE "InternalName", "OpenJPEG\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 "LegalTrademarks", "See http://www.openjpeg.org for details\0"
|
||||||
VALUE "OriginalFilename", "OpenJPEG.dll\0"
|
VALUE "OriginalFilename", "OpenJPEG.dll\0"
|
||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
|
|
|
@ -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
|
||||||
|
)
|
Loading…
Reference in New Issue