Fix for building without audiospace

This commit is contained in:
Campbell Barton 2015-06-12 15:29:09 +02:00
parent 69e96509a6
commit 850bb80aef
1 changed files with 2 additions and 0 deletions

View File

@ -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};