Blender Git Commit Log
Git Commits -> Revision cfc8d80
Revision cfc8d80 by Sergey Sharybin (master) February 20, 2016, 09:06 (GMT) |
ImBuf: Solve re-definition warnings The idea now is to have FFmpeg/OIIO headers listed after the system ones. This is because FFmpeg/OIIO might define some constants with the same name as the ones from math.h. FFmpeg/OIIO has ifdef around defines, but math.h doesn't check whether constants were already defined or not, which causes some noisy warnings. |
Commit Details:
Full Hash: cfc8d80f2cee778022359ee2354a523970a06fdf
Parent Commit: b30ab24
Lines Changed: +18, -21