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:
authorTon Roosendaal <ton@blender.org>2003-12-07 15:55:18 +0300
committerTon Roosendaal <ton@blender.org>2003-12-07 15:55:18 +0300
commitdae2b1740031024e70b81a6775a1d39b675e3a87 (patch)
treec5566d61ce5a645f8142cb10fe5811d883b611fa /source/blender/quicktime/quicktime_export.h
parent7ab1c64c7a1366320dae921bac5f4cbfd1df3788 (diff)
- committed in the 'hack' as mailed to committers list by Douglas B, which
he got from Nicolas Zinovieff, to solve the struct ID conflict with AIFF. By including a #define __AIFF__ in the top of the files, the blender includes won't get frustrated by an already defined struct ID. should still be tested for 10.3 and other OSX installs!
Diffstat (limited to 'source/blender/quicktime/quicktime_export.h')
-rw-r--r--source/blender/quicktime/quicktime_export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/quicktime/quicktime_export.h b/source/blender/quicktime/quicktime_export.h
index 8153b7ba85f..faba95961f6 100644
--- a/source/blender/quicktime/quicktime_export.h
+++ b/source/blender/quicktime/quicktime_export.h
@@ -34,6 +34,8 @@
#if defined (_WIN32) || (__APPLE__)
+#define __AIFF__
+
// quicktime movie output functions
void start_qt(void); //for initrender.c