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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-02-05 22:29:48 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 22:29:48 +0300
commitf17bdcb2e4da09caaeb53b0ca7d8e881d79f901e (patch)
treeb17bb100bd27e43e76de0c8d40a424f9e15890ce /tools
parent334b05741f0ed51f192c17328b62c7540970d1bf (diff)
==SCons==
* Add WITH_BF_FFMPEG to scons system. Needs to be added to (platform)-config.py still. Otherwise defaults to 'false'.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 7c9f7ebb935..6dfbc792a85 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -34,6 +34,7 @@ def validate_arguments(args, bc):
'WITH_BF_QUICKTIME', 'BF_QUICKTIME', 'BF_QUICKTIME_INC', 'BF_QUICKTIME_LIB', 'BF_QUICKTIME_LIBPATH',
'WITH_BF_OPENGL', 'BF_OPENGL', 'BF_OPENGL_INC', 'BF_OPENGL_LIB', 'BF_OPENGL_LIBPATH', 'BF_OPENGL_LIB_STATIC', 'BF_OPENGL_LINKFLAGS',
'WITH_BF_FTGL', 'BF_FTGL', 'BF_FTGL_INC', 'BF_FTGL_LIB',
+ 'WITH_BF_FFMPEG',
'WITH_BF_PLAYER',
'CFLAGS', 'CCFLAGS', 'CPPFLAGS',
'REL_CFLAGS', 'REL_CCFLAGS',
@@ -157,6 +158,8 @@ def read_opts(cfg, args):
('BF_ZLIB_LIB', 'ZLib library', ''),
('BF_ZLIB_LIBPATH', 'ZLib library path', ''),
+ (BoolOption('WITH_BF_FFMPEG', 'Use FFMpeg sequencer', 'false')),
+
(BoolOption('WITH_BF_INTERNATIONAL', 'Use Gettext and Freetype if true', 'true')),
('BF_GETTEXT', 'gettext base path', ''),