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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-03-12 18:23:00 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-12 18:23:00 +0300
commitf3cede8e9fd3732843a2e3758c4020dc5814683a (patch)
treef31a46e25f54a05431e1c17e2bbaa989549dc13d /source/blender/imbuf/SConscript
parent0e44aa60b252547da82c04408bf15b1f3212aa9c (diff)
==SCons==
* first part of cineon fix commit - after next commit it'll compile also with SCons
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 7055fcfd46a..93041ab97cf 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -24,4 +24,3 @@ if env['WITH_BF_QUICKTIME']==1:
defs.append('WITH_QUICKTIME')
env.BlenderLib ( libname = 'bf_imbuf', sources = sources, includes = Split(incs), defines = defs, libtype=['core','player'], priority = [80, 40] )
-env.BlenderLib ( libname = "bf_imbuf_cineondpx", sources = cineon, includes = Split(cincs), defines = defs, libtype=['core', 'player'], priority = [81, 41] )