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
path: root/config
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2008-08-07 22:01:39 +0400
committerKen Hughes <khughes@pacific.edu>2008-08-07 22:01:39 +0400
commit10dc8169cc1faa2916f633d0d67b8a74e11618a2 (patch)
treed1f44ca988be5b7e5a9a00bedbdfad6519ba095d /config
parent36ef95eff5ef188dcc9ece88996fb2e245730829 (diff)
Disable redcode (the file format of RED one, R3D) by default.
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 6bde0664fe5..fe4325361a8 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -139,7 +139,7 @@ BF_OPENJPEG_LIB = ''
BF_OPENJPEG_INC = '${BF_OPENJPEG}/include'
BF_OPENJPEG_LIBPATH='${BF_OPENJPEG}/lib'
-WITH_BF_REDCODE = 'true'
+WITH_BF_REDCODE = 'false'
BF_REDCODE = '#extern/libredcode'
BF_REDCODE_LIB = ''
# Uncomment the following two lines to use system's ffmpeg