[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17351] trunk/blender/source/gameengine/ VideoTexture/VideoFFmpeg.cpp: VideoTexture: comment was misplaced after previous commit.

Benoit Bolsee benoit.bolsee at online.be
Fri Nov 7 00:52:49 CET 2008


Revision: 17351
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17351
Author:   ben2610
Date:     2008-11-07 00:52:47 +0100 (Fri, 07 Nov 2008)

Log Message:
-----------
VideoTexture: comment was misplaced after previous commit.

Modified Paths:
--------------
    trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp

Modified: trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp	2008-11-06 18:49:53 UTC (rev 17350)
+++ trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp	2008-11-06 23:52:47 UTC (rev 17351)
@@ -20,9 +20,9 @@
 -----------------------------------------------------------------------------
 */
 
-// 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>
 





More information about the Bf-blender-cvs mailing list