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>2011-09-28 21:15:28 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-09-28 21:15:28 +0400
commit416885aad44b0b0e3577f8f8f28c75ee5f669263 (patch)
tree69cb5ce799fd0867a234ddb4919d3d2fb9b9caea /source/blender/quicktime/SConscript
parentbee8e456f6da9d08ab2a1caa6cf452b9c2a95d36 (diff)
OSX: always compile GHOST and Quicktime with Apple-gcc-4.2, simplifies for non-apple compilers
Diffstat (limited to 'source/blender/quicktime/SConscript')
-rw-r--r--source/blender/quicktime/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/quicktime/SConscript b/source/blender/quicktime/SConscript
index d2a42ddf7b3..6dbba3ea868 100644
--- a/source/blender/quicktime/SConscript
+++ b/source/blender/quicktime/SConscript
@@ -35,7 +35,6 @@ defs=['WITH_QUICKTIME']
if env['WITH_GHOST_COCOA']:
defs.append('GHOST_COCOA')
-if env['WITH_GHOST_COCOA'] and env['CC'].endswith('4.6.1'):
env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities, cc_compilerchange='/usr/bin/gcc-4.2', cxx_compilerchange='/usr/bin/gcc-4.2')
else:
env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities)