mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
Code changes:
--Fix include paths for openexr on Mac. --Use static_partitioner in all parallel_for() calls.
This commit is contained in:
@ -5,7 +5,15 @@
|
||||
#include <list>
|
||||
#include <deque>
|
||||
|
||||
#include <ImfRgbaFile.h>
|
||||
#ifdef __APPLE__
|
||||
#include <OpenEXR/ImfRgbaFile.h>
|
||||
#include <OpenEXR/ImfStringAttribute.h>
|
||||
#include <OpenEXR/half.h>
|
||||
#else
|
||||
#include <ImfRgbaFile.h>
|
||||
#include <ImfStringAttribute.h>
|
||||
#include <half.h>
|
||||
#endif
|
||||
//#include <ImfStringAttribute.h>
|
||||
//#include <ImfMatrixAttribute.h>
|
||||
//#include <ImfArray.h>
|
||||
|
Reference in New Issue
Block a user