[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31382] trunk/blender/intern/audaspace/ intern/AUD_FileFactory.cpp: Audaspace: Missed this in last commit.

Joerg Mueller nexyon at gmail.com
Mon Aug 16 17:42:29 CEST 2010


Revision: 31382
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31382
Author:   nexyon
Date:     2010-08-16 17:42:29 +0200 (Mon, 16 Aug 2010)

Log Message:
-----------
Audaspace: Missed this in last commit.

Modified Paths:
--------------
    trunk/blender/intern/audaspace/intern/AUD_FileFactory.cpp

Modified: trunk/blender/intern/audaspace/intern/AUD_FileFactory.cpp
===================================================================
--- trunk/blender/intern/audaspace/intern/AUD_FileFactory.cpp	2010-08-16 15:38:55 UTC (rev 31381)
+++ trunk/blender/intern/audaspace/intern/AUD_FileFactory.cpp	2010-08-16 15:42:29 UTC (rev 31382)
@@ -23,19 +23,19 @@
  * ***** END LGPL LICENSE BLOCK *****
  */
 
-#include "AUD_FileFactory.h"
-#include "AUD_Buffer.h"
-
-#include <cstring>
-
 #ifdef WITH_FFMPEG
 // needed for INT64_C
 #ifndef __STDC_CONSTANT_MACROS
 #define __STDC_CONSTANT_MACROS
 #endif
-
 #include "AUD_FFMPEGReader.h"
 #endif
+
+#include "AUD_FileFactory.h"
+#include "AUD_Buffer.h"
+
+#include <cstring>
+
 #ifdef WITH_SNDFILE
 #include "AUD_SndFileReader.h"
 #endif





More information about the Bf-blender-cvs mailing list