[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16008] trunk/blender/config/linux2-config .py: Disable redcode (the file format of RED one, R3D) by default.

Ken Hughes khughes at pacific.edu
Thu Aug 7 20:01:39 CEST 2008


Revision: 16008
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16008
Author:   khughes
Date:     2008-08-07 20:01:39 +0200 (Thu, 07 Aug 2008)

Log Message:
-----------
Disable redcode (the file format of RED one, R3D) by default.

Modified Paths:
--------------
    trunk/blender/config/linux2-config.py

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2008-08-07 17:29:06 UTC (rev 16007)
+++ trunk/blender/config/linux2-config.py	2008-08-07 18:01:39 UTC (rev 16008)
@@ -139,7 +139,7 @@
 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





More information about the Bf-blender-cvs mailing list