projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add's GSR's INT64_C fix and removes dos line endings...
[blender.git]
/
source
/
gameengine
/
VideoTexture
/
VideoFFmpeg.cpp
diff --git
a/source/gameengine/VideoTexture/VideoFFmpeg.cpp
b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
index 272d2695c4b38e3e099f47c2b882e91d70149433..2af7228a1922a9773f82bfbd2a1e05b5f12503bb 100644
(file)
--- a/
source/gameengine/VideoTexture/VideoFFmpeg.cpp
+++ b/
source/gameengine/VideoTexture/VideoFFmpeg.cpp
@@
-20,6
+20,11
@@
http://www.gnu.org/copyleft/lesser.txt.
-----------------------------------------------------------------------------
*/
+// INT64_C fix for some linux machines (C99ism)
+#define __STDC_CONSTANT_MACROS
+#include <stdint.h>
+
+
#include "MEM_guardedalloc.h"
#include "PIL_time.h"