Index: intern/ffmpeg/ffmpeg_compat.h =================================================================== --- intern/ffmpeg/ffmpeg_compat.h (revision 56392) +++ intern/ffmpeg/ffmpeg_compat.h (working copy) @@ -29,7 +29,12 @@ #endif /* end sanity check */ +/* VC 2012 Fix */ +#if (_MSC_VER >= 1700) +#define inline __inline +#endif + #include #include #include