summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/demac/libdemac')
-rw-r--r--apps/codecs/demac/libdemac/rangecoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/demac/libdemac/rangecoding.h b/apps/codecs/demac/libdemac/rangecoding.h
index 8be5e923ba..9c26344ec5 100644
--- a/apps/codecs/demac/libdemac/rangecoding.h
+++ b/apps/codecs/demac/libdemac/rangecoding.h
@@ -2,7 +2,7 @@
2 2
3libdemac - A Monkey's Audio decoder 3libdemac - A Monkey's Audio decoder
4 4
5$Id:$ 5$Id$
6 6
7Copyright (C) Dave Chapman 2007 7Copyright (C) Dave Chapman 2007
8 8
@@ -97,7 +97,7 @@ struct rangecoder_t
97 unsigned int buffer; /* buffer for input/output */ 97 unsigned int buffer; /* buffer for input/output */
98}; 98};
99 99
100static struct rangecoder_t rc; 100static struct rangecoder_t rc IBSS_ATTR;
101 101
102/* Start the decoder */ 102/* Start the decoder */
103static inline void range_start_decoding(void) 103static inline void range_start_decoding(void)