[Bf-blender-cvs] [850bb80] master: Fix for building without audiospace

Campbell Barton noreply at git.blender.org
Fri Jun 12 15:08:21 CEST 2015


Commit: 850bb80aefd833b14eeb6d39f07f05238ddb696f
Author: Campbell Barton
Date:   Fri Jun 12 15:29:09 2015 +0200
Branches: master
https://developer.blender.org/rB850bb80aefd833b14eeb6d39f07f05238ddb696f

Fix for building without audiospace

===================================================================

M	source/blender/windowmanager/intern/wm_playanim.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_playanim.c b/source/blender/windowmanager/intern/wm_playanim.c
index cc84658..cd97dea 100644
--- a/source/blender/windowmanager/intern/wm_playanim.c
+++ b/source/blender/windowmanager/intern/wm_playanim.c
@@ -240,7 +240,9 @@ static struct ListBase picsbase = {NULL, NULL};
 /* frames in memory - store them here to for easy deallocation later */
 static bool fromdisk = false;
 static double ptottime = 0.0, swaptime = 0.04;
+#ifdef WITH_AUDASPACE
 static double fps_movie;
+#endif
 
 #ifdef USE_FRAME_CACHE_LIMIT
 static struct ListBase inmempicsbase = {NULL, NULL};




More information about the Bf-blender-cvs mailing list