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

3 Modified Paths:

/source/blender/imbuf/intern/anim_movie.c (+8, -9) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+5, -7) (Diff)
/source/blender/imbuf/intern/oiio/openimageio_api.cpp (+5, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021