[Bf-blender-cvs] [521b981] master: change default for quicktime suport for macOS to off

Martijn Berger noreply at git.blender.org
Sat Nov 5 14:23:05 CET 2016


Commit: 521b98157568deb39d13d45e5bca6e67186e60b6
Author: Martijn Berger
Date:   Sat Nov 5 14:23:00 2016 +0100
Branches: master
https://developer.blender.org/rB521b98157568deb39d13d45e5bca6e67186e60b6

change default for quicktime suport for macOS to off

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bbab208..afc1d9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -333,7 +333,7 @@ option(WITH_ALEMBIC             "Enable Alembic Support" OFF)
 option(WITH_ALEMBIC_HDF5        "Enable Legacy Alembic Support (not officially supported)" OFF)
 
 if(APPLE)
-	option(WITH_CODEC_QUICKTIME     "Enable Quicktime Support" ON)
+	option(WITH_CODEC_QUICKTIME     "Enable Quicktime Support" OFF)
 endif()
 
 # 3D format support




More information about the Bf-blender-cvs mailing list