diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-09-09 14:52:42 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-09-09 14:52:42 +0000 |
| commit | 3d06f0307277d4372d83f06e96663f8d6a829ebc (patch) | |
| tree | b4206c90b4fe6f1fe2372ea0a0cf8513b669e2b2 /libopenjpeg/Makefile.am | |
| parent | 5213675ba8d06c586aa5f65418ff850e238610d8 (diff) | |
BRANCH-1.5:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
Diffstat (limited to 'libopenjpeg/Makefile.am')
| -rw-r--r-- | libopenjpeg/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am index e0b366cf..4c160e08 100644 --- a/libopenjpeg/Makefile.am +++ b/libopenjpeg/Makefile.am @@ -39,6 +39,11 @@ t1_generate_luts.c \ t2.c \ tcd.c \ tgt.c \ +cidx_manager.c \ +phix_manager.c \ +ppix_manager.c \ +thix_manager.c \ +tpix_manager.c \ bio.h \ cio.h \ dwt.h \ @@ -60,7 +65,8 @@ t1.h \ t1_luts.h \ t2.h \ tcd.h \ -tgt.h +tgt.h \ +cidx_manager.h EXTRA_DIST = \ CMakeLists.txt |
