From 521fe6739a2ddae3f44fbecd1cec8212086ffcdc Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 23 Dec 2008 21:20:34 +0000 Subject: 2.5 / SCons New priorities for most libs, at least core. This is still for Blender proper, BGE and such still to come. --- source/blender/avi/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/avi') diff --git a/source/blender/avi/SConscript b/source/blender/avi/SConscript index 91239c66ead..f6e5b787b58 100644 --- a/source/blender/avi/SConscript +++ b/source/blender/avi/SConscript @@ -7,4 +7,4 @@ sources = env.Glob('intern/*.c') incs = '. #/intern/guardedalloc' incs += ' ' + env['BF_JPEG_INC'] -env.BlenderLib ('bf_avi', sources, Split(incs), [], libtype=['core','player'], priority = [90, 50] ) +env.BlenderLib ('bf_avi', sources, Split(incs), [], libtype=['core'], priority = [185] ) -- cgit v1.2.3