From b7fdf2ab50ef285fc88cb8a9bf6e39bf27a0ec75 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 3 Nov 2008 23:35:41 +0000 Subject: [PATCH] Add's GSR's INT64_C fix and removes dos line endings... Kent --- source/gameengine/VideoTexture/VideoFFmpeg.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp index 272d2695c4b..2af7228a192 100644 --- 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 + + #include "MEM_guardedalloc.h" #include "PIL_time.h"