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

3 Modified Paths:

/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.cpp (+3, -0) (Diff)
/intern/audaspace/intern/AUD_C-API.cpp (+6, -0) (Diff)
/intern/audaspace/intern/AUD_FileFactory.cpp (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021