* Enable opencolorio for scons/mingw32 (coming very soon)

* Change names of libraries for mingw32 boost to 1.49
This commit is contained in:
Antony Riakiotakis
2012-09-16 20:26:28 +00:00
parent b1d1355f30
commit 3968b63735
2 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ BF_OIIO_INC = BF_OIIO + '/include'
BF_OIIO_LIB = 'OpenImageIO'
BF_OIIO_LIBPATH = BF_OIIO + '/lib'
WITH_BF_OCIO = False
WITH_BF_OCIO = True
BF_OCIO = LIBDIR + '/opencolorio'
BF_OCIO_INC = BF_OCIO + '/include'
BF_OCIO_LIB = 'OpenColorIO'