summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-01-31 14:58:22 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2007-01-31 14:58:22 +0000
commit16879e20ec52ff021640eeff82683a715c56f80e (patch)
tree6bbc4267ca4195b8340e0a83ad85ac82b947d11b
parentb700cd9101dad176d68a319c7a207e26ba5eea62 (diff)
Linux Makefile for the codec added
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14d16154..bd2aaed3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+January 31, 2007
+! [FOD] Linux Makefile added for the codec
+
January 30, 2007
! [FOD] Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for filenames instead of MAX_PATH which is not always defined. This caused some programs using OpenJPEG to crash. Modifications in openjpeg.h j2k_to_image.c and image_to_j2k.c
! [FOD] Correction of the syntax usage in MJ2_codec/mj2_to_frames.c