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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-09-18 16:27:43 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-09-18 16:27:43 +0400
commit7a510b7240b6441fdbcc43b98b13a2c3127e0b0a (patch)
tree7f6a1133b55f983abfdacbf49315b0f35d8d1e5f /source/blender
parent99efb0cc3c6a55ae96deb59ddb062239dd2a8982 (diff)
added missing #ifdef for quicktime_exit
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/src/usiblender.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/usiblender.c b/source/blender/src/usiblender.c
index 55ab8b4e40a..949f58e2095 100644
--- a/source/blender/src/usiblender.c
+++ b/source/blender/src/usiblender.c
@@ -546,7 +546,9 @@ void exit_usiblender(void)
sound_exit_audio();
+#ifdef WITH_QUICKTIME
quicktime_exit();
+#endif
BPY_end_python();