From d1a26437ef81d9f5fcf8c2f3ff27ae22e7a970fa Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 27 Dec 2015 18:54:14 +0100 Subject: OS X: remove code for OS X <= 10.5, which is already not supported since 2 years. --- source/blender/quicktime/apple/qtkit_export.m | 4 ---- source/blender/quicktime/quicktime_export.h | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m index 9bc4ec444bb..1ac3c58f888 100644 --- a/source/blender/quicktime/apple/qtkit_export.m +++ b/source/blender/quicktime/apple/qtkit_export.m @@ -62,10 +62,6 @@ #import #include -#if MAC_OS_X_VERSION_MIN_REQUIRED <= 1040 -#error OSX 10.5 minimum is needed for QTKit -#endif - #include "quicktime_import.h" #include "quicktime_export.h" diff --git a/source/blender/quicktime/quicktime_export.h b/source/blender/quicktime/quicktime_export.h index 41db83fb1c9..aaa3f5c9070 100644 --- a/source/blender/quicktime/quicktime_export.h +++ b/source/blender/quicktime/quicktime_export.h @@ -80,8 +80,7 @@ void free_qtcomponentdata(void); void makeqtstring(struct RenderData *rd, char *string, bool preview); //for playanim.c - -#if (MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 && __LP64__) +#ifdef __APPLE__ //Include the quicktime codec types constants that are missing in QTKitDefines.h enum { kRawCodecType = 'raw ', -- cgit v1.2.3