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
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2010-06-02 11:06:47 +0400
committerDalai Felinto <dfelinto@gmail.com>2010-06-02 11:06:47 +0400
commit0b02fc45b37f0c5d4b7633b56e683241df1c2b81 (patch)
tree254c6f2f23ee5a6740f2d5b6243271e1f4c2955c /source/blenderplayer
parent6d08cdcf5d9138c6b420449ecc4f9e17508c0ff8 (diff)
blenderplayer building again (may need updates in libraries I dont compile with, but it' builds here). removed smoke declarations that are not needed anymore (not in windows,
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 3bfdcdb5aef..add9ac05189 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -353,9 +353,7 @@ int LOD_PreprocessMesh(struct LOD_Decimation_Info *info){return 0;}
int LOD_LoadMesh(struct LOD_Decimation_Info *info){return 0;}
/* smoke */
-void lzo1x_1_compress(void) {return;}
void LzmaCompress(void) { return; }
-void lzo1x_decompress(void) {return;}
void LzmaUncompress(void) {return;}
/* smoke is included anyway
void smoke_export(void) {return;}