From 850bb80aefd833b14eeb6d39f07f05238ddb696f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 12 Jun 2015 15:29:09 +0200 Subject: Fix for building without audiospace --- source/blender/windowmanager/intern/wm_playanim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/windowmanager') 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}; -- cgit v1.2.3