On 4/3/2016 5:58 PM, Martin Vignali wrote: > Hello, > > In attach a patch to add support for UINT32 pixel type. [...] > +#ifndef UINT32_MAX > + #define UINT32_MAX (0xffffffff) > +#endif Don't do this, we already require this header be present and working. - Derek