From 4ce5bb0ba2d0c3fb74bbd240d26f187aef5afb2e Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Thu, 27 Oct 2011 15:50:51 +0000 Subject: OSX: adapt comments to new behaviour when compiling with gcc-4.6 but GHOST and QT with default compiler --- source/blender/quicktime/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/SConscript b/source/blender/quicktime/SConscript index 37f6474350b..db1d4a4f1ab 100644 --- a/source/blender/quicktime/SConscript +++ b/source/blender/quicktime/SConscript @@ -35,6 +35,6 @@ defs=['WITH_QUICKTIME'] if env['WITH_GHOST_COCOA']: defs.append('GHOST_COCOA') - env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities, cc_compilerchange='/usr/bin/gcc', cxx_compilerchange='/usr/bin/g++') # always use Apple-gcc-4.2 for objC language, for gnu-compilers do not support it fully yet + env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities, cc_compilerchange='/usr/bin/gcc', cxx_compilerchange='/usr/bin/g++') # always use default-Apple-gcc for objC language, gnu-compilers do not support it fully yet else: env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=defs, libtype=types, priority=priorities) -- cgit v1.2.3