From 372ee054c0deb4ca07e1a70c7b905d24043723be Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 1 Jan 2008 18:29:19 +0000 Subject: Some notes for those who try to follow this :) - first work on getting area/screen handling back - added structure for where to put stuff, is still under review, wait a bit for docs? Campbell is working on removing every bad level include from sources, so we can safely rebuild the src/ directory. --- source/blender/quicktime/apple/quicktime_export.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/quicktime_export.c b/source/blender/quicktime/apple/quicktime_export.c index d6c4d33a82f..d9f5d7da7bd 100644 --- a/source/blender/quicktime/apple/quicktime_export.c +++ b/source/blender/quicktime/apple/quicktime_export.c @@ -40,7 +40,6 @@ #include "BKE_scene.h" #include "BLI_blenlib.h" -#include "BIF_toolbox.h" /* error() */ #include "BLO_sys_types.h" @@ -501,7 +500,7 @@ void start_qt(struct RenderData *rd, int rectx, int recty) { if(err != noErr) { G.afbreek = 1; - error("Unable to create Quicktime movie: %s", name); +// XXX error("Unable to create Quicktime movie: %s", name); } else { printf("Created QuickTime movie: %s\n", name); -- cgit v1.2.3