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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-09-22 23:11:24 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-09-22 23:40:05 +0300
commitefd5e3c25401b43cbd7f909418835bb570db1ab3 (patch)
treea649efbeef40fdae734545d2b4f65f6cca023832 /CMakeLists.txt
parent0e802fabb406e334a8cb1dad428e6fdac72ff7e5 (diff)
Remove quicktime support
It has been deprecated since at least macOS 10.9 and fully removed in 10.12. I am unsure if we should remove it only in 2.8. But you cannot build blender with it supported when using a modern xcode version anyway so I would tend towards just removing it also for 2.79 if that ever happens. Reviewers: mont29, dfelinto, juicyfruit, brecht Reviewed By: mont29, brecht Subscribers: Blendify, brecht Maniphest Tasks: T52807 Differential Revision: https://developer.blender.org/D2333
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ca1eda8ebb..7a357721387 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -334,10 +334,6 @@ option(WITH_CODEC_SNDFILE "Enable libsndfile Support (http://www.mega-nerd
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" OFF)
-endif()
-
# 3D format support
# Disable opencollada when we don't have precompiled libs
option(WITH_OPENCOLLADA "Enable OpenCollada Support (http://www.opencollada.org)" ${_init_OPENCOLLADA})
@@ -738,10 +734,6 @@ if(WITH_AUDASPACE)
endif()
endif()
-if(APPLE)
- apple_check_quicktime()
-endif()
-
#-----------------------------------------------------------------------------
# Check for valid directories
# ... a partial checkout may cause this.
@@ -1759,4 +1751,3 @@ endif()
if(0)
print_all_vars()
endif()
-