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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-09-21 06:45:00 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-09-21 06:45:00 +0400
commite2adc923412b61c88e306c3c4f2478f3a4bb0f77 (patch)
treeeb4189e422f790d668138ee87649dd1c15fd37e4 /source/blender/quicktime
parentd0e13b331fd3a631995453b1b08f659463e65440 (diff)
nerr declaration was in wrong place, causing compile error on OSX
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/quicktime_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c
index d92dbe910a5..f9793f04b88 100644
--- a/source/blender/quicktime/apple/quicktime_import.c
+++ b/source/blender/quicktime/apple/quicktime_import.c
@@ -89,8 +89,8 @@ typedef struct _QuicktimeMovie {
void quicktime_init(void)
{
-#ifdef _WIN32
OSErr nerr;
+#ifdef _WIN32
QTLoadLibrary("QTCF.dll");
nerr = InitializeQTML(0);
if (nerr != noErr) {