Revision: 18311
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18311
Author: campbellbarton
Date: 2009-01-04 08:56:51 +0100 (Sun, 04 Jan 2009)
Log Message:
-----------
C files reference "libredcode/format.h", which only exist in
extern/libredcodec/format.h, so for now adding "extern/" as an include when
redcode is enabled lets it compile,
noticed there are some win32 ifdef's that don't do anything.
should be fixed properly but this at least compiles for now.
Modified Paths:
--------------
trunk/blender/config/linux2-config.py
Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py 2009-01-04 07:50:41 UTC (rev
18310)
+++ trunk/blender/config/linux2-config.py 2009-01-04 07:56:51 UTC (rev
18311)
@@ -163,7 +163,8 @@
WITH_BF_REDCODE = False
BF_REDCODE = '#extern/libredcode'
BF_REDCODE_LIB = ''
-BF_REDCODE_INC = '${BF_REDCODE}/include'
+# BF_REDCODE_INC = '${BF_REDCODE}/include'
+BF_REDCODE_INC = '${BF_REDCODE}/../' #C files request "libredcode/format.h"
which is in "#extern/libredcode/format.h", stupid but compiles for now.
BF_REDCODE_LIBPATH='${BF_REDCODE}/lib'
# Mesa Libs should go here if your using them as well....
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs