Blender Git Commit Log
Git Commits -> Revision d33cef6
Revision d33cef6 by Sergey Sharybin (master) May 16, 2010, 19:41 (GMT) |
Fix for compilation with newer ffmpeg library Error was cased by undefined UINT64_C in stdint.h for c++ programs. As I understand from ffmpeg mailing list the simpliest solution is to define __STDC_CONSTANT_MACROS before including ffmpeg libraries. There already was some amout of such definitions in the code and I've tested this with newer and older ffmpeg libraries -- this should work and should be safe, but maybe there is better way of fixing this problem. |
Commit Details:
Full Hash: d33cef6974255810557c7c3086376cdf9fb8bd01
SVN Revision: 28793
Parent Commit: b65cc25
Lines Changed: +12, -0