finish scons script to build rle lib

This commit is contained in:
citronneur
2014-06-28 11:02:36 +02:00
parent f0024db024
commit 540f8e0ab9
2 changed files with 7 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
%Module(name=rle, language="C")
%UnitCode
#include <../src/rle.h>
#include "rle.h"
%End
int rle_decode_uint8(void* output, int width, int height, char* input, int size);