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:
authorMartijn Berger <mberger@denc.nl>2016-11-05 16:23:00 +0300
committerMartijn Berger <mberger@denc.nl>2016-11-05 16:23:00 +0300
commit521b98157568deb39d13d45e5bca6e67186e60b6 (patch)
tree839a11b7d3a9d33034fbb40ad873722dfe7c98c2 /CMakeLists.txt
parentc02cce7b752f248b0f3fc4cd55082a9b6400effd (diff)
change default for quicktime suport for macOS to off
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bbab208409b..afc1d9d5872 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