15 lines
490 B
Text
15 lines
490 B
Text
$NetBSD: patch-ah,v 1.1 2002/11/13 14:24:22 dillo Exp $
|
|
|
|
--- src/libjasper/include/jasper/jas_image.h.orig Thu Oct 17 23:30:37 2002
|
|
+++ src/libjasper/include/jasper/jas_image.h
|
|
@@ -149,7 +149,9 @@ extern "C" {
|
|
#define JAS_IMAGE_CS_GRAY 1 /* Standard Gray */
|
|
#define JAS_IMAGE_CS_RGB 2 /* Standard RGB */
|
|
#define JAS_IMAGE_CS_YCBCR 3 /* Standard YCC */
|
|
-/*#define JAS_IMAGE_CM_ICC 4 /* ICC Profile */
|
|
+#if 0
|
|
+#define JAS_IMAGE_CM_ICC 4 /* ICC Profile */
|
|
+#endif
|
|
|
|
/*
|
|
* Component types
|