Build lcms2 library by default.

Endiannes fix.


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47392 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
mazze 2013-05-10 08:14:49 +00:00
parent a9faea8160
commit e80106e1ff
2 changed files with 10 additions and 3 deletions

View File

@ -30,8 +30,13 @@
// ********** Configuration toggles ****************************************
#ifdef __AROS__
#include <aros/cpu.h>
#if AROS_BIG_ENDIAN
// Uncomment this one if you are using big endian machines
// #define CMS_USE_BIG_ENDIAN 1
#define CMS_USE_BIG_ENDIAN 1
#endif
#endif
// Uncomment this one if your compiler/machine does NOT support the
// "long long" type.

View File

@ -47,7 +47,8 @@
#MM workbench-libs-expat \
#MM workbench-libs-z \
#MM workbench-libs-jpeg \
#MM workbench-libs-png
#MM workbench-libs-png \
#MM workbench-libs-lcms2
#MM- includes-generate : \
#MM workbench-libs-amigaguide-includes \
@ -89,4 +90,5 @@
#MM workbench-libs-expat-includes \
#MM workbench-libs-z-includes \
#MM workbench-libs-jpeg-includes \
#MM workbench-libs-png-includes
#MM workbench-libs-png-includes \
#MM workbench-libs-lcms2-includes