From Michael Gronager, jp2 plugin for reading and writing JPEG2000 files.

This commit is contained in:
Robert Osfield
2003-09-26 16:02:53 +00:00
parent f8df9991b2
commit 65c33b0574
4 changed files with 448 additions and 8 deletions

View File

@@ -52,6 +52,8 @@ PLUGIN_DIRS = \
3dc\
ive\
# comment in if you have japser (JPEG2000 library) installed.
# PLUGIN_DIRS += jp2
# comment in if you have Performer installed.
# PLUGIN_DIRS += pfb
@@ -84,6 +86,13 @@ endif
endif
endif
# comment in if you want Open DX support, currently not on by default
# since we havn't yet checked compilation on all platforms yet.
# note, moved to non Darwin build since it currently breaks the Drawin build.
# commented out while the DX plugin is converted across to use Geometry rather than GeoSet.
# PLUGIN_DIRS += dx
#### MacOS X specific definitions
ifeq ($(OS),Darwin)
@@ -92,14 +101,6 @@ ifeq ($(OS),Darwin)
else
# comment in if you want Open DX support, currently not on by default
# since we havn't yet checked compilation on all platforms yet.
# note, moved to non Darwin build since it currently breaks the Drawin build.
# commented out while the DX plugin is converted across to use Geometry rather than GeoSet.
# PLUGIN_DIRS += dx
# comment in if you have libtiff installed.
PLUGIN_DIRS += tiff