summaryrefslogtreecommitdiff
path: root/nmake.opt
diff options
context:
space:
mode:
authordron <dron>2004-05-19 10:49:16 +0000
committerdron <dron>2004-05-19 10:49:16 +0000
commitd6080096f038e944b048dab6841e00223bdcd82c (patch)
treed7a7643b2293aeff52972fc6911ce9bb6aff41c8 /nmake.opt
parenta979954e0541074da6c30f8329b26d251bf75abb (diff)
downloadlibtiff-d6080096f038e944b048dab6841e00223bdcd82c.tar.gz
*** empty log message ***
Diffstat (limited to 'nmake.opt')
-rw-r--r--nmake.opt8
1 files changed, 6 insertions, 2 deletions
diff --git a/nmake.opt b/nmake.opt
index c9ea17f0..3c125e7d 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -1,4 +1,4 @@
-# $Id: nmake.opt,v 1.3 2004-04-20 14:23:10 dron Exp $
+# $Id: nmake.opt,v 1.4 2004-05-19 10:49:33 dron Exp $
#
# Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org>
#
@@ -52,6 +52,7 @@ LOGLUV_SUPPORT = 1
#
#JPEG_SUPPORT = 1
#JPEGDIR = d:/projects/jpeg-6b
+#JPEG_INCLUDE = -I$(JPEGDIR)
#JPEG_LIB = $(JPEGDIR)/Release/jpeg.lib
#
@@ -66,13 +67,14 @@ LOGLUV_SUPPORT = 1
#
#ZIP_SUPPORT = 1
#ZLIBDIR = d:/projects/zlib-1.2.1
+#ZLIB_INCLUDE = -I$(ZLIBDIR)
#ZLIB_LIB = $(ZLIBDIR)/zlib.lib
#
# Uncomment following line to enable Pixar log-format algorithm
# (Zlib required).
#
-#PIXARLOG_SUPPORT = 1
+PIXARLOG_SUPPORT = 1
#
# Comment out the following lines to disable strip chopping
@@ -85,12 +87,14 @@ STRIPCHOP_SUPPORT = 1
# Comment out the following lines to disable treating the fourth sample with
# no EXTRASAMPLE_ value as being ASSOCALPHA. Many packages produce RGBA
# files but don't mark the alpha properly.
+#
EXTRASAMPLE_AS_ALPHA_SUPPORT = 1
#
# Comment out the following lines to disable picking up YCbCr subsampling
# info from the JPEG data stream to support files lacking the tag.
# See Bug 168 in Bugzilla, and JPEGFixupTestSubsampling() for details.
+#
CHECK_JPEG_YCBCR_SUBSAMPLING = 1
#