summaryrefslogtreecommitdiff
path: root/libtiff/tif_codec.c
diff options
context:
space:
mode:
authorSam Leffler <sam@engr.sgi.com>1997-09-01 03:22:05 +0100
committerRoger Leigh <rleigh@codelibre.net>2022-06-22 19:41:27 +0100
commit0db24a4dc6b63cb897d1179d5e0a639707ab6868 (patch)
tree58f3974d5cde95e12b6df96d8e35c83bd3fc0798 /libtiff/tif_codec.c
parent7b7dc6a9696b7d7fb1c2fcdd355ee0e3a9d22c2d (diff)
downloadlibtiff-git-0db24a4dc6b63cb897d1179d5e0a639707ab6868.tar.gz
v3.4beta037 releasev3.4beta037tiff-3.4
Diffstat (limited to 'libtiff/tif_codec.c')
-rw-r--r--libtiff/tif_codec.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/libtiff/tif_codec.c b/libtiff/tif_codec.c
index a821de14..afc7f864 100644
--- a/libtiff/tif_codec.c
+++ b/libtiff/tif_codec.c
@@ -1,8 +1,8 @@
-/* $Header: /usr/people/sam/tiff/libtiff/RCS/tif_codec.c,v 1.9 1996/04/05 17:36:53 sam Exp $ */
+/* $Header: /d1/sam/tiff/libtiff/RCS/tif_codec.c,v 1.12 1997/08/29 21:45:46 sam Exp $ */
/*
- * Copyright (c) 1988-1996 Sam Leffler
- * Copyright (c) 1991-1996 Silicon Graphics, Inc.
+ * Copyright (c) 1988-1997 Sam Leffler
+ * Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
@@ -66,6 +66,9 @@ static int NotConfigured(TIFF*, int);
#ifndef PIXARLOG_SUPPORT
#define TIFFInitPixarLog NotConfigured
#endif
+#ifndef LOGLUV_SUPPORT
+#define TIFFInitSGILog NotConfigured
+#endif
/*
* Compression schemes statically built into the library.
@@ -89,7 +92,9 @@ TIFFCodec _TIFFBuiltinCODECS[] = {
{ "ISO JBIG", COMPRESSION_JBIG, TIFFInitJBIG },
{ "Deflate", COMPRESSION_DEFLATE, TIFFInitZIP },
{ "PixarLog", COMPRESSION_PIXARLOG, TIFFInitPixarLog },
- { NULL },
+ { "SGILog", COMPRESSION_SGILOG, TIFFInitSGILog },
+ { "SGILog24", COMPRESSION_SGILOG24, TIFFInitSGILog },
+ { NULL }
};
static int