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
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-11-18 18:54:25 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-11-18 18:54:25 +0300
commita9e79d255dca224eca1885834a6d8dedf3401250 (patch)
tree6839522ed1cfdca679635563b486ca4c474c2935 /tools/btools.py
parenta57730875d30eaca5f73057c524d0f9180b5307b (diff)
scons update to enable build with QTKit (Cocoa Quicktime)
Thx Jens Verwiebe for the patch
Diffstat (limited to 'tools/btools.py')
-rwxr-xr-xtools/btools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 326c0412cea..e34ee05fbe7 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -65,6 +65,7 @@ def validate_arguments(args, bc):
'WITHOUT_BF_PYTHON_INSTALL',
'WITH_BF_OPENMP',
'WITH_GHOST_COCOA',
+ 'USE_QTKIT',
'BF_FANCY', 'BF_QUIET',
'BF_X264_CONFIG',
'BF_XVIDCORE_CONFIG',
@@ -314,6 +315,7 @@ def read_opts(cfg, args):
(BoolVariable('WITH_BF_OPENMP', 'Use OpenMP if true', False)),
(BoolVariable('WITH_GHOST_COCOA', 'Use Cocoa-framework if true', False)),
+ (BoolVariable('USE_QTKIT', 'Use QTKIT if true', False)),
(BoolVariable('WITH_BF_QUICKTIME', 'Use QuickTime if true', False)),
('BF_QUICKTIME', 'QuickTime base path', ''),