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:
authorCampbell Barton <ideasman42@gmail.com>2009-10-05 11:08:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-05 11:08:59 +0400
commit0f07bea06bcaaa9db9568c9b28bd00da18e5f56f (patch)
tree324bdc5ba796383e7e531d9994128f4d47ae5177 /source/blender/nodes/SConscript
parentaf522abf33bd3b8caf61f596d1e0a35285e45f9a (diff)
remove unused defines, cant check every case but from grepping the souece it should go ok.
Diffstat (limited to 'source/blender/nodes/SConscript')
-rw-r--r--source/blender/nodes/SConscript11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/nodes/SConscript b/source/blender/nodes/SConscript
index 01319dc1eb4..548f4973574 100644
--- a/source/blender/nodes/SConscript
+++ b/source/blender/nodes/SConscript
@@ -27,17 +27,6 @@ if env['WITH_BF_PYTHON']:
else:
defs.append('DISABLE_PYTHON')
-if env['WITH_BF_OPENEXR']:
- defs.append('WITH_OPENEXR')
-
-if env['WITH_BF_FFMPEG']:
- defs.append('WITH_FFMPEG')
- incs += ' ' + env['BF_FFMPEG_INC']
-
-if env['WITH_BF_QUICKTIME']:
- defs.append('WITH_QUICKTIME')
- incs += ' ' + env['BF_QUICKTIME_INC']
-
if env['OURPLATFORM'] == 'linux2':
cflags='-pthread'
incs += ' ../../../extern/binreloc/include'