[Bf-blender-cvs] [634508c] master: Buildbot: Disable QuickTime for the time being

Sergey Sharybin noreply at git.blender.org
Fri Sep 16 17:51:04 CEST 2016


Commit: 634508ca3f3197785100b49070486d02f36df1ee
Author: Sergey Sharybin
Date:   Fri Sep 16 17:49:56 2016 +0200
Branches: master
https://developer.blender.org/rB634508ca3f3197785100b49070486d02f36df1ee

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.

===================================================================

M	build_files/buildbot/slave_compile.py

===================================================================

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index d763ddf..b7feae1 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'):




More information about the Bf-blender-cvs mailing list