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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-09-16 18:49:56 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-09-16 18:51:01 +0300
commit634508ca3f3197785100b49070486d02f36df1ee (patch)
tree9a1f5f36603be58f88f89d6ecd72d0af5446bf79 /build_files
parent716e712a8342fb9b27810ea01385aca65f7d7cd6 (diff)
Buildbot: Disable QuickTime for the time being
Buildbot machine was updated to the new SDK which seems to have QTKit removed. For until we've installed older SDK or ported our code to a new AVFramework disabling QuickTime.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index d763ddfb3e0..b7feae1ed8c 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -74,6 +74,7 @@ if 'cmake' in builder:
cmake_extra_options.append('-DCMAKE_OSX_ARCHITECTURES:STRING=x86_64')
cmake_extra_options.append('-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-hack/bin/nvcc')
cmake_extra_options.append('-DCUDA_NVCC8_EXECUTABLE=/usr/local/cuda8-hack/bin/nvcc')
+ cmake_extra_options.append('-DWITH_CODEC_QUICKTIME=OFF')
elif builder.startswith('win'):
if builder.endswith('_vc2015'):