Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Bolsee <benoit.bolsee@online.be>2008-11-07 02:52:47 +0300
committerBenoit Bolsee <benoit.bolsee@online.be>2008-11-07 02:52:47 +0300
commit5567f3dded3620c870544d586c2f85fe44c08a10 (patch)
tree619e7890a42ec54a7b87f49f19fbad939f9be9e7
parent7b15e8cd64418bbd4999446b4e18fe7a3a879521 (diff)
VideoTexture: comment was misplaced after previous commit.
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
index 5657a32aa6c..af6dfec8e87 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.cpp
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
@@ -20,9 +20,9 @@ http://www.gnu.org/copyleft/lesser.txt.
-----------------------------------------------------------------------------
*/
-// INT64_C fix for some linux machines (C99ism)
#ifdef WITH_FFMPEG
+// INT64_C fix for some linux machines (C99ism)
#define __STDC_CONSTANT_MACROS
#include <stdint.h>