blender/intern/audaspace/ffmpeg
Sergey Sharybin d33cef6974 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.
2010-05-16 19:41:49 +00:00
..
AUD_FFMPEGFactory.cpp Fix for compilation with newer ffmpeg library 2010-05-16 19:41:49 +00:00
AUD_FFMPEGFactory.h Audio file loading backend libsndfile! 2009-08-21 19:39:28 +00:00
AUD_FFMPEGReader.cpp Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
AUD_FFMPEGReader.h Huge new year audio commit! 2010-01-01 05:09:30 +00:00
Makefile Update Makefiles for audaspace. 2009-08-21 22:56:26 +00:00