[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern image.c writeffmpeg.c blender/source/blender/imbuf IMB_imbuf_types.h SConscript blender/source/blender/imbuf/intern IMB_dpxcineon.h Makefile readimage.c util.c writeimage.c ...

lguillaume lecocqguillaume at gmail.com
Sun Mar 12 16:10:54 CET 2006


The file seems to not be included :

#!/usr/bin/python
Import ('env')

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

cincs = "../. ../../maksdna ../../../../intern/guardedalloc"

incs = '. ../makesdna #/intern/guardedalloc #/intern/memutil ../blenlib'
incs += ' ../avi ../quicktime ../blenkernel'

incs += ' ' + env['BF_JPEG_INC']
incs += ' ' + env['BF_PNG_INC']
incs += ' ' + env['BF_TIFF_INC']
incs += ' ' + env['BF_ZLIB_INC']

defs = []

if env['WITH_BF_OPENEXR'] == 1:
    defs.append('WITH_OPENEXR')

if env['WITH_BF_FFMPEG'] == 1:
    defs.append('WITH_FFMPEG')

if env['WITH_BF_QUICKTIME']==1:
    incs += ' ' + env['BF_QUICKTIME_INC']
    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] )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20060312/9360b1d7/attachment.html


More information about the Bf-committers mailing list