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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-08-26 16:21:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-26 16:21:25 +0400
commit25a925ceabb9987c0204df32200b664dcc1aaf44 (patch)
tree6cf80aeeb19124832e71586085727d0da619493f /source
parentee96cde864ff8451713e9e9674890bbd69fc42a4 (diff)
fix for build error without ffmpeg
Diffstat (limited to 'source')
-rw-r--r--source/creator/creator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 58e1066e5ff..80981c08c5e 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1273,7 +1273,10 @@ int main(int argc, const char **argv)
initglobals(); /* blender.c */
IMB_init();
+
+#ifdef WITH_FFMPEG
IMB_ffmpeg_init();
+#endif
BLI_callback_global_init();