[trunk] First step in moving JPIP code out of openjp2
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 5 Oct 2012 16:57:30 +0000 (16:57 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 5 Oct 2012 16:57:30 +0000 (16:57 +0000)
commit16106b297844ff3932bf211de99441c505eb762d
tree476e825c9fe425da38c31a15a769b8a8f3007191
parentc66e6be4a4579b870a3524f90cd457f7b78a7cd4
[trunk] First step in moving JPIP code out of openjp2
18 files changed:
src/lib/openjp2/CMakeLists.txt
src/lib/openjp2/cidx_manager.c [deleted file]
src/lib/openjp2/cidx_manager.h [deleted file]
src/lib/openjp2/indexbox_manager.h [deleted file]
src/lib/openjp2/opj_includes.h
src/lib/openjp2/phix_manager.c [deleted file]
src/lib/openjp2/ppix_manager.c [deleted file]
src/lib/openjp2/thix_manager.c [deleted file]
src/lib/openjp2/tpix_manager.c [deleted file]
src/lib/openjpip/CMakeLists.txt
src/lib/openjpip/cidx_manager.c [new file with mode: 0644]
src/lib/openjpip/cidx_manager.h [new file with mode: 0644]
src/lib/openjpip/indexbox_manager.h [new file with mode: 0644]
src/lib/openjpip/phix_manager.c [new file with mode: 0644]
src/lib/openjpip/ppix_manager.c [new file with mode: 0644]
src/lib/openjpip/thix_manager.c [new file with mode: 0644]
src/lib/openjpip/tpix_manager.c [new file with mode: 0644]
src/lib/openjpwl/CMakeLists.txt