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-06 19:19:49 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-11-06 19:19:49 +0400
commitacc8c654fc83373b3ef98247cd3c2a1e1d23a168 (patch)
treeb5f6b7aedc067f4dee6aec8d4164e8b19a408a21 /source/blender/quicktime
parent41bfb62b0fd72ebd0f3031a261711a00d5e8221b (diff)
OSX: substitute all MAC_OS_X_VERSION defines with MAC_OS_X_VERSION_MIN_REQUIRED macros, to get more reliable version (api) covering
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/quicktime_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/quicktime/quicktime_export.h b/source/blender/quicktime/quicktime_export.h
index cef4cb8c2a6..a93f49207e6 100644
--- a/source/blender/quicktime/quicktime_export.h
+++ b/source/blender/quicktime/quicktime_export.h
@@ -87,7 +87,7 @@ void makeqtstring(struct RenderData *rd, char *string); //for playanim.c
-#if (defined(USE_QTKIT) && defined(MAC_OS_X_VERSION_10_6) && __LP64__)
+#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
enum {
kRawCodecType = 'raw ',