Merge pull request #267 from SoapGentoo/fixes
GCC 10 and Makefile fixes
This commit is contained in:
commit
3112df7100
2
rle.h
2
rle.h
|
|
@ -30,7 +30,7 @@ extern "C" {
|
||||||
*** 43+3 codec ***
|
*** 43+3 codec ***
|
||||||
******************/
|
******************/
|
||||||
|
|
||||||
const uint8_t rle_auxtab[8];
|
extern const uint8_t rle_auxtab[8];
|
||||||
|
|
||||||
#define RLE_MIN_SPACE 18
|
#define RLE_MIN_SPACE 18
|
||||||
#define rle_nptr(block) ((uint16_t*)(block))
|
#define rle_nptr(block) ((uint16_t*)(block))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue