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>2011-09-02 07:32:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-02 07:32:57 +0400
commit1f7b41775bcc8832355c13785c299156a870c749 (patch)
tree61c057dcd381f429ef6cc4189bae0b357b106e03 /source/blender/blenkernel/intern/sound.c
parent99d5fa70de605f1541aa035389a3c701c48a33c8 (diff)
minor warning fixes, also correct some float -> double promotions in shadeoutput.c
Diffstat (limited to 'source/blender/blenkernel/intern/sound.c')
-rw-r--r--source/blender/blenkernel/intern/sound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c
index 50a7b4a7a73..74f4830b86c 100644
--- a/source/blender/blenkernel/intern/sound.c
+++ b/source/blender/blenkernel/intern/sound.c
@@ -39,8 +39,10 @@
#include "BKE_sequencer.h"
#include "BKE_scene.h"
+#ifdef WITH_AUDASPACE
// evil global ;-)
static int sound_cfra;
+#endif
struct bSound* sound_new_file(struct Main *bmain, const char *filename)
{