summaryrefslogtreecommitdiff
path: root/libtiff/tiffconf.h.in
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2006-06-07 15:39:03 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2006-06-07 15:39:03 +0000
commitde8132768f4345f4fc465a1cf6195faa032b1bf5 (patch)
tree0c2892e195cf3130fd198ac951aa932ed170a241 /libtiff/tiffconf.h.in
parent88df59e89cfb096085bc5299f087eaceda73f12e (diff)
downloadlibtiff-git-de8132768f4345f4fc465a1cf6195faa032b1bf5.tar.gz
Added support for JBIG compression scheme (34661 code) contributed by Lee
Howard. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=896
Diffstat (limited to 'libtiff/tiffconf.h.in')
-rw-r--r--libtiff/tiffconf.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtiff/tiffconf.h.in b/libtiff/tiffconf.h.in
index 1b266e8d..1a52b37a 100644
--- a/libtiff/tiffconf.h.in
+++ b/libtiff/tiffconf.h.in
@@ -41,6 +41,9 @@
/* Support JPEG compression (requires IJG JPEG library) */
#undef JPEG_SUPPORT
+/* Support JBIG compression (requires JBIG-KIT library) */
+#undef JBIG_SUPPORT
+
/* Support LogLuv high dynamic range encoding */
#undef LOGLUV_SUPPORT