Disable libmv for blenderplayer rules used by buildbot

This commit is contained in:
Sergey Sharybin 2011-11-09 19:04:17 +00:00
parent f09f5eec57
commit 473ebc8827
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,9 @@ BF_3DMOUSE_LIBPATH = '${BF_3DMOUSE}/lib32'
# JACK
WITH_BF_JACK = True
# Motion Tracking
WITH_BF_LIBMV = False
# Compilation and optimization
BF_DEBUG = False
REL_CCFLAGS = ['-O2', '-msse', '-msse2'] # C & C++

View File

@ -83,6 +83,9 @@ BF_3DMOUSE_LIBPATH = '${BF_3DMOUSE}/lib64'
# JACK
WITH_BF_JACK = True
# Motion Tracking
WITH_BF_LIBMV = False
# Compilation and optimization
BF_DEBUG = False
REL_CCFLAGS = ['-O2', '-msse', '-msse2'] # C & C++