mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
12 lines
302 B
C
12 lines
302 B
C
--- SeqLib/fermi-lite/rle.h.orig 2016-09-01 20:47:53 UTC
|
|
+++ SeqLib/fermi-lite/rle.h
|
|
@@ -30,7 +30,7 @@ extern "C" {
|
|
*** 43+3 codec ***
|
|
******************/
|
|
|
|
-const uint8_t rle_auxtab[8];
|
|
+extern const uint8_t rle_auxtab[8];
|
|
|
|
#define RLE_MIN_SPACE 18
|
|
#define rle_nptr(block) ((uint16_t*)(block))
|