summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2014-02-14 17:00:53 +0100
committerMarti Maria <info@littlecms.com>2014-02-14 17:00:53 +0100
commit82aede053180359fb353a223a88ec56d6f3c52c1 (patch)
treeb45688e4dcefe5ba4bf7bc3b34645782ef0dc9c0 /include
parent65da8ef0925c442b88d5a4f01cd8feecf0f809b2 (diff)
downloadlcms2-82aede053180359fb353a223a88ec56d6f3c52c1.tar.gz
First attempt to pthread integration
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.in1
-rw-r--r--include/lcms2.h5
2 files changed, 5 insertions, 1 deletions
diff --git a/include/Makefile.in b/include/Makefile.in
index 741f30c..7874c99 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -152,6 +152,7 @@ LIBTOOL = @LIBTOOL@
LIBTOOL_DEPS = @LIBTOOL_DEPS@
LIB_JPEG = @LIB_JPEG@
LIB_MATH = @LIB_MATH@
+LIB_PTHREAD = @LIB_PTHREAD@
LIB_TIFF = @LIB_TIFF@
LIB_ZLIB = @LIB_ZLIB@
LIPO = @LIPO@
diff --git a/include/lcms2.h b/include/lcms2.h
index 5295890..c595506 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.6rc1
+// Version 2.6rc2
//
#ifndef _lcms2_H
@@ -55,6 +55,9 @@
// Uncomment to get rid of the tables for "half" float support
// #define CMS_NO_HALF_SUPPORT 1
+// Uncomment to get rif of pthreads/windows dependency
+// #define CMS_NO_PTHREADS 1
+
// ********** End of configuration toggles ******************************
// Needed for streams