Blender Git Commit Log
Git Commits -> Revision 1772a0a
Revision 1772a0a by Diego Borghetti (master) August 20, 2009, 18:34 (GMT) |
Add unsigned char buffer to BLF_draw_buffer and update makefiles for lzo and lzma. I rename the original makefile of lzo (Makefile.bak) and a new one. Also four new option for user-def.mk: WITH_LZO, default true WITH_LZMA, default true NAN_LZO, default extern/lzo NAN_LZMA, default extern/lzma It's easy add support for system libs (using lzo and lzma from OS) but I don't know if it have much sense. Note that I can't test the "unsigned char" buffer because the OGL animation is not working (right ?), but is the same code that for float also the new Makefile work fine here (Linux), but maybe need some tweak on other OS. |
Commit Details:
Full Hash: 1772a0a62f86268f01540d4a3692c2bb4c7e6432
SVN Revision: 22662
Parent Commit: f6dcd93
Lines Changed: +155, -134
1 Added Path:
/extern/lzma/Makefile (+46, -0)