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:
authorKent Mein <mein@cs.umn.edu>2006-08-18 03:52:58 +0400
committerKent Mein <mein@cs.umn.edu>2006-08-18 03:52:58 +0400
commit7ab9e8d49132a0df2589dcb8177797c53f8be2e7 (patch)
tree8d2025c115b663b9fca134b298e4cd65808568aa /source/blender/quicktime
parent1e8033f45cea9674c821f38d54a410aa17b1707b (diff)
fix case on a header. (seems odd that it wasn't caught before but
is consitant with rest of file, so I feel pretty safe commiting it. Kent
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/quicktime_export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/quicktime/apple/quicktime_export.c b/source/blender/quicktime/apple/quicktime_export.c
index b231968f43c..7d6d3f32f14 100644
--- a/source/blender/quicktime/apple/quicktime_export.c
+++ b/source/blender/quicktime/apple/quicktime_export.c
@@ -55,7 +55,7 @@
#ifdef _WIN32
#include <QTML.h>
#include <Movies.h>
-#include <QuicktimeComponents.h>
+#include <QuickTimeComponents.h>
#include <TextUtils.h>
#endif /* _WIN32 */
@@ -65,7 +65,7 @@
#define __AIFF__
#endif
#include <QuickTime/Movies.h>
-#include <QuickTime/QuicktimeComponents.h>
+#include <QuickTime/QuickTimeComponents.h>
#include <fcntl.h> /* open() */
#include <unistd.h> /* close() */
#include <sys/stat.h> /* file permissions */