projects
/
fermi-lite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea8c72
)
Fix package to build with GCC-10
author
Nilesh Patra
<npatra974@gmail.com>
Fri, 8 Jan 2021 09:47:39 +0000
(10:47 +0100)
committer
Andreas Tille
<tille@debian.org>
Fri, 8 Jan 2021 09:47:39 +0000
(10:47 +0100)
Bug-Debian: https://bugs.debian.org/957198
Last-Update: Sat, 18 Apr 2020 22:55:21 +0530
Gbp-Pq: Name gcc10.patch
rle.h
patch
|
blob
|
history
diff --git
a/rle.h
b/rle.h
index 0d594846b82b9872178f1b4e5bb7fe2bb0b18fd7..4f8946dc05210b711df3edf82f4b8a621cce5e4b 100644
(file)
--- a/
rle.h
+++ b/
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))