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 15:41:50 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-09-18 15:41:50 +0400
commit99efb0cc3c6a55ae96deb59ddb062239dd2a8982 (patch)
treeb2e61c38c00aea513d20f75bff55877746f4c022 /source/creator
parent775f006bf1202abb5b9f69ecc3ab4cd1dd28a508 (diff)
removed native quicktime init/exit calls from main blender code.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 6756d3c993a..79a20741925 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -75,7 +75,7 @@
#include "BDR_drawmesh.h"
-//#include "IMB_imbuf.h"
+#include "IMB_imbuf.h" // for quicktime_init
#include "RE_renderconverter.h"
@@ -424,7 +424,7 @@ int main(int argc, char **argv)
#ifdef WITH_QUICKTIME
- init_quicktime();
+ quicktime_init();
#endif /* WITH_QUICKTIME */