From e64b8599e1d15648db9419fe9a5b6de572e506ef Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 4 Jan 2009 07:56:51 +0000 Subject: 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. --- config/linux2-config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/linux2-config.py b/config/linux2-config.py index 56132aaf1de..a1f979d26da 100644 --- a/config/linux2-config.py +++ b/config/linux2-config.py @@ -163,7 +163,8 @@ BF_OPENJPEG_LIBPATH='${BF_OPENJPEG}/lib' 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.... -- cgit v1.2.3