diff options
author | Ray Johnston <ray.johnston@artifex.com> | 2018-03-27 21:21:38 -0700 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 2018-03-28 22:08:40 -0700 |
commit | 59d82e831e62bdf2e44331d10c88dd7837429dad (patch) | |
tree | 72ba496a442a4165d6976e0eae79209a67743bb3 /Makefile.in | |
parent | 9ff6b34e461fcbd4ef27fbb6c5c8a15071fe1370 (diff) | |
download | ghostpdl-59d82e831e62bdf2e44331d10c88dd7837429dad.tar.gz |
Rename lcms2art to lcms2mt, Remove cmsChangeBuffersFormat
Since cmsChangeBuffersFormat is NOT threadsafe, we want it to remove it
so that it would not be part of this package which is inteded for multi-
threaded used. The internal use in CreateNamedColorDevicelink was replaced
with the appropriate code from the removed function, but that does not
cause a thread safety issue since the link returned is new and not shared
when the buffer formatters are changed.
Note: All internal references to lcms2art are replaced with lcms2mt
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1c3045566..a9bf4f145 100644 --- a/Makefile.in +++ b/Makefile.in @@ -314,7 +314,7 @@ JPX_CFLAGS=-DSHARE_JPX=$(SHARE_JPX) @JPX_AUTOCONF_CFLAGS@ @JPX_SSE_CFLAGS@ # options for lcms color management library SHARE_LCMS=@SHARELCMS@ LCMS2SRCDIR=@LCMS2DIR@ -LCMS2ARTSRCDIR=@LCMS2ARTDIR@ +LCMS2MTSRCDIR=@LCMS2MTDIR@ LCMS2_CFLAGS=-DSHARE_LCMS=$(SHARE_LCMS) @LCMS2_ENDIAN@ @SQRTF_SUBST@ @LCMS2_PTR_ALIGNMENT@ # Which CMS are we using? |