[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45403] trunk/blender/source/gameengine/ VideoTexture/VideoFFmpeg.cpp: Yet another windef. h compile fix for MinGW for game engine/video textures with ffmpeg.

Antony Riakiotakis kalast at gmail.com
Wed Apr 4 19:18:02 CEST 2012


Revision: 45403
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45403
Author:   psy-fi
Date:     2012-04-04 17:18:01 +0000 (Wed, 04 Apr 2012)
Log Message:
-----------
Yet another windef.h compile fix for MinGW for game engine/video textures with ffmpeg. Looks like there is some redefinition of LONG , DWORD etc. Changing the order of inclusion resolves the issue. 

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

Modified: trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp	2012-04-04 16:35:13 UTC (rev 45402)
+++ trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp	2012-04-04 17:18:01 UTC (rev 45403)
@@ -39,8 +39,8 @@
 
 #include <string>
 
+#include "VideoFFmpeg.h"
 #include "Exception.h"
-#include "VideoFFmpeg.h"
 
 
 // default framerate




More information about the Bf-blender-cvs mailing list