Compilation error fix for scons caused by recent dpx commit
This commit is contained in:
@@ -15,4 +15,7 @@ incs = ['.',
|
||||
|
||||
defs = []
|
||||
|
||||
if env['WITH_BF_CINEON']:
|
||||
defs.append('WITH_CINEON')
|
||||
|
||||
env.BlenderLib ('bf_imbuf_cineon', source_files, incs, defs, libtype=['core','player'], priority = [220,175])
|
||||
|
||||
Reference in New Issue
Block a user