change default for quicktime suport for macOS to off

This commit is contained in:
Martijn Berger 2016-11-05 14:23:00 +01:00
parent c02cce7b75
commit 521b981575
1 changed files with 1 additions and 1 deletions

View File

@ -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