[babl/wip/pippin/icc-cluts: 4/4] force enable cluts for easier testing of this branch



commit 58e145ffd0088a1b66caf382aa496ca41242a34b
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Oct 2 00:49:22 2017 +0200

    force enable cluts for easier testing of this branch

 babl/babl-icc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-icc.c b/babl/babl-icc.c
index 343fa8a..be823bd 100644
--- a/babl/babl-icc.c
+++ b/babl/babl-icc.c
@@ -848,7 +848,7 @@ babl_space_from_icc (const char   *icc_data,
       if (icc_tag (state, "A2B0", NULL, NULL) &&
           icc_tag (state, "B2A0", NULL, NULL))
       {
-        *error = "profile contains perceptual luts and perceptual was explicitly asked for, babl does not 
yet support CLUTs";
+        if(0)*error = "profile contains perceptual luts and perceptual was explicitly asked for, babl does 
not yet support CLUTs";
       }
       else
       {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]