[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29149] trunk/blender/source/blenderplayer /bad_level_call_stubs/stubs.c: blenderplayer building again ( may need updates in libraries I dont compile with, but it' builds here).

Dalai Felinto dfelinto at gmail.com
Wed Jun 2 09:06:48 CEST 2010


Revision: 29149
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29149
Author:   dfelinto
Date:     2010-06-02 09:06:47 +0200 (Wed, 02 Jun 2010)

Log Message:
-----------
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,

Modified Paths:
--------------
    trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c

Modified: trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c
===================================================================
--- trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c	2010-06-02 02:55:32 UTC (rev 29148)
+++ trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c	2010-06-02 07:06:47 UTC (rev 29149)
@@ -353,9 +353,7 @@
 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;}





More information about the Bf-blender-cvs mailing list