Moved little cms from contrib to core. Need for parsing of ICC files.
commit5887f058ca25151cb8ef9454047b32bc866a457b
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 9 May 2013 13:30:26 +0000 (9 13:30 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 9 May 2013 13:30:26 +0000 (9 13:30 +0000)
treee436747915c314f6cdaf5066e63c248667a9fdca
parente31adcdd837e6047a5c42611d5c6c8548ad7ae9f
Moved little cms from contrib to core. Need for parsing of ICC files.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47381 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
46 files changed:
compiler/liblcms/AUTHORS [new file with mode: 0644]
compiler/liblcms/COPYING [new file with mode: 0644]
compiler/liblcms/ChangeLog [new file with mode: 0644]
compiler/liblcms/INSTALL [new file with mode: 0644]
compiler/liblcms/NEWS [new file with mode: 0644]
compiler/liblcms/README [new file with mode: 0644]
compiler/liblcms/doc/LCMSAPI.TXT [new file with mode: 0644]
compiler/liblcms/doc/TUTORIAL.TXT [new file with mode: 0644]
compiler/liblcms/filter.c [new file with mode: 0644]
compiler/liblcms/include/icc34.h [new file with mode: 0644]
compiler/liblcms/include/lcms.h [new file with mode: 0644]
compiler/liblcms/install.gcc [new file with mode: 0644]
compiler/liblcms/jpegicc/getopt.c [new file with mode: 0644]
compiler/liblcms/jpegicc/iccjpeg.c [new file with mode: 0644]
compiler/liblcms/jpegicc/iccjpeg.h [new file with mode: 0644]
compiler/liblcms/jpegicc/jpegicc.c [new file with mode: 0644]
compiler/liblcms/jpegicc/makefile [new file with mode: 0644]
compiler/liblcms/makefile [new file with mode: 0644]
compiler/liblcms/samples/Makefile [new file with mode: 0644]
compiler/liblcms/samples/icctrans.c [new file with mode: 0644]
compiler/liblcms/samples/wtpt.c [new file with mode: 0644]
compiler/liblcms/samples/xgetopt.c [new file with mode: 0644]
compiler/liblcms/src/cmscam97.c [new file with mode: 0644]
compiler/liblcms/src/cmscnvrt.c [new file with mode: 0644]
compiler/liblcms/src/cmserr.c [new file with mode: 0644]
compiler/liblcms/src/cmsgamma.c [new file with mode: 0644]
compiler/liblcms/src/cmsgmt.c [new file with mode: 0644]
compiler/liblcms/src/cmsintrp.c [new file with mode: 0644]
compiler/liblcms/src/cmsio1.c [new file with mode: 0644]
compiler/liblcms/src/cmslut.c [new file with mode: 0644]
compiler/liblcms/src/cmsmatsh.c [new file with mode: 0644]
compiler/liblcms/src/cmsmtrx.c [new file with mode: 0644]
compiler/liblcms/src/cmspack.c [new file with mode: 0644]
compiler/liblcms/src/cmspcs.c [new file with mode: 0644]
compiler/liblcms/src/cmssamp.c [new file with mode: 0644]
compiler/liblcms/src/cmswtpnt.c [new file with mode: 0644]
compiler/liblcms/src/cmsxform.c [new file with mode: 0644]
compiler/liblcms/src/makefile [new file with mode: 0644]
compiler/liblcms/src/mmakefile [new file with mode: 0644]
compiler/liblcms/testbed/Makefile [new file with mode: 0644]
compiler/liblcms/testbed/sRGB Color Space Profile.icm [new file with mode: 0644]
compiler/liblcms/testbed/sRGBSpac.icm [new file with mode: 0644]
compiler/liblcms/testbed/testcms.c [new file with mode: 0644]
compiler/liblcms/tifficc/Makefile [new file with mode: 0644]
compiler/liblcms/tifficc/getopt.c [new file with mode: 0644]
compiler/liblcms/tifficc/tifficc.c [new file with mode: 0644]