https://github.com/OpenImageIO/oiio/pull/120
There were some issues when not using the bundled TBB headers (USE_TBB=FALSE in the CMake file.) This fixes the compilation of maketx, makes sure to use the Windows intrinsic atomic functions and fixes an issue on which the gcc >= 4.1 atomics were not detected. TBB has to be disabled on MSVC 64-bit because it does not support inline assembly. -Edgar _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
