[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20318] trunk/blender/intern/SoundSystem/ sdl/SND_SDLCDDevice.cpp: build without SDL in GCC 4.4

Campbell Barton ideasman42 at gmail.com
Thu May 21 16:11:13 CEST 2009


Revision: 20318
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20318
Author:   campbellbarton
Date:     2009-05-21 16:11:12 +0200 (Thu, 21 May 2009)

Log Message:
-----------
build without SDL in GCC 4.4

Modified Paths:
--------------
    trunk/blender/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp

Modified: trunk/blender/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp
===================================================================
--- trunk/blender/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp	2009-05-21 13:39:47 UTC (rev 20317)
+++ trunk/blender/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp	2009-05-21 14:11:12 UTC (rev 20318)
@@ -43,6 +43,8 @@
 
 #ifndef DISABLE_SDL
 #include <SDL.h>
+#else
+#include <stdio.h>
 #endif
 
 SND_SDLCDDevice::SND_SDLCDDevice() :





More information about the Bf-blender-cvs mailing list