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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to