From 6c113b54b3566966b5ab2b731a59fa39b79aacd2 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 29 Aug 2010 20:52:05 +0000 Subject: Finally change SConscript tabs to spaces. --- extern/libopenjpeg/SConscript | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extern/libopenjpeg') diff --git a/extern/libopenjpeg/SConscript b/extern/libopenjpeg/SConscript index da661739783..f5c1f4f48ba 100644 --- a/extern/libopenjpeg/SConscript +++ b/extern/libopenjpeg/SConscript @@ -11,15 +11,15 @@ flags = [] defs = [] if env['OURPLATFORM'] in ('win32-vc', 'win64-vc'): - flags = [] - defs.append('OPJ_STATIC') + flags = [] + defs.append('OPJ_STATIC') else: - flags = ['-Wall', '-O3', '-ffast-math', '-std=c99'] + flags = ['-Wall', '-O3', '-ffast-math', '-std=c99'] oj_env = env.Clone() if not env['OURPLATFORM'] in ('win32-vc', 'win64-vc'): - oj_env.Replace(CCFLAGS = '') - oj_env.Replace(BF_DEBUG_FLAGS = '') + oj_env.Replace(CCFLAGS = '') + oj_env.Replace(BF_DEBUG_FLAGS = '') oj_env.BlenderLib ( libname='extern_openjpeg', sources=sources, includes=Split(incs), -- cgit v1.2.3