[Bf-committers] [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 21:00:02 CEST 2008


Martin asked on IRC why I disabled this by default.  The reason is it 
seems this issue comes up very frequently on IRC or on other web forums; 
when the link stage is reached there are numerous undefined references.  
Martin suggests that running "scons clean" will fix the problem.

My opinion is that if this is only supported in Linux, and under scons, 
why make enabled by default?

Ken


Ken Hughes wrote:
> 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
>
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>
>   



More information about the Bf-committers mailing list