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:
authorJens Verwiebe <info@jensverwiebe.de>2012-11-07 14:43:31 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-11-07 14:43:31 +0400
commita68416e68169913d6e4641a0d9e1bae7322e6e50 (patch)
treec1e60e4daa7c8893592c8565e8d2eaa47ba73b38 /source/blender/quicktime
parent53ede28fcbf8a8cc9b33226ddbf2fd88389ba4a7 (diff)
OSX: some more version target cleanups and corrections
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/quicktime_export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/quicktime/quicktime_export.h b/source/blender/quicktime/quicktime_export.h
index a93f49207e6..a3469ddafde 100644
--- a/source/blender/quicktime/quicktime_export.h
+++ b/source/blender/quicktime/quicktime_export.h
@@ -87,8 +87,8 @@ void makeqtstring(struct RenderData *rd, char *string); //for playanim.c
-#if (defined(USE_QTKIT) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6 && __LP64__)
-//Include the quicktime codec types constants that are missing in QTKitDefines.h in 10.6 / 64bit
+#if (defined(USE_QTKIT) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 && __LP64__)
+//Include the quicktime codec types constants that are missing in QTKitDefines.h
enum {
kRawCodecType = 'raw ',
kCinepakCodecType = 'cvid',