From 3e173f4d2176e1915c501c0901e84dcc89e353a2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 Dec 2010 07:25:59 +0000 Subject: disable redcode support for cmake & scons-freebsd --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3