Compilation error fix for scons caused by recent dpx commit

This commit is contained in:
Sergey Sharybin
2012-10-22 13:13:00 +00:00
parent 436bbdfd24
commit d8d7664dbd

View File

@@ -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])