Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-06-12 16:29:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-12 16:29:56 +0300
commit850bb80aefd833b14eeb6d39f07f05238ddb696f (patch)
treeae1b343603157617755ddf71ccbef9052ddc6dcc /source/blender/windowmanager
parent69e96509a6b45977256d95834c9ab95f5f54b4bf (diff)
Fix for building without audiospace
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_playanim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_playanim.c b/source/blender/windowmanager/intern/wm_playanim.c
index cc846584d97..cd97deaa88a 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};