[Bf-committers] Make build broken on VideoFFmpeg.c and supported plataforms page

GSR gsr.b3d at infernal-iceberg.com
Mon Nov 3 03:15:39 CET 2008


Hi:

It seems VideoFFmpeg.c has issues building with make on 32 bits. A
solution that manages to compile it is adding:

// INT64_C for 32 bit archs (C99ism)
#define __STDC_CONSTANT_MACROS
#include <stdint.h>

This makes me believe http://wiki.blender.org/index.php/Supported_platforms
could include the build systems (and even the driver provider, at
least for X11, fglrx is not the same than radeon feature and bug wise).

GSR
 


More information about the Bf-committers mailing list