Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « avi « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c16af9de9df1b752801daea171a1e5693ddc9f5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python
#Import ('extra_includes')
Import ('env')

sources = env.Glob('intern/*.c')

incs = '. #/intern/guardedalloc'
incs += ' ' + env['BF_JPEG_INC']

env.BlenderLib ('bf_avi', sources, Split(incs), [], libtype=['core','player'], priority = [105, 40] )