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:
authorCampbell Barton <ideasman42@gmail.com>2010-12-01 10:25:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-01 10:25:59 +0300
commit3e173f4d2176e1915c501c0901e84dcc89e353a2 (patch)
treed0a366f4e6327dcbefa82ff1cd765a36790abff7 /CMakeLists.txt
parent8a761a374afb152f0138d01b0a29b180f167263c (diff)
disable redcode support for cmake & scons-freebsd
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 826288e5fdf..4f25199e67f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,7 +92,7 @@ OPTION(WITH_IMAGE_TIFF "Enable LibTIFF Support" ON)
OPTION(WITH_IMAGE_DDS "Enable DDS Image Support" ON)
OPTION(WITH_IMAGE_CINEON "Enable CINEON and DPX Image Support" ON)
OPTION(WITH_IMAGE_HDR "Enable HDR Image Support" ON)
-OPTION(WITH_IMAGE_REDCODE "Enable RedCode Image Support" ON)
+OPTION(WITH_IMAGE_REDCODE "Enable RedCode Image Support" OFF)
# Audio/Video format support
OPTION(WITH_CODEC_FFMPEG "Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu)" OFF)